diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a7eb9d8..280586b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -65,7 +65,7 @@ jobs: with: ref: ${{ github.head_ref }} repository: ${{ github.event.pull_request.head.repo.full_name }} - - uses: bahmutov/npm-install@v1.4.5 + - uses: bahmutov/npm-install@v1.10.4 - name: create test file run: echo "This is a test for ${{ github.sha }} by ${{ github.run_id }}" > test.md - name: run cli test diff --git a/.github/workflows/dist.yml b/.github/workflows/dist.yml index 5b70a60..5f1d1dd 100644 --- a/.github/workflows/dist.yml +++ b/.github/workflows/dist.yml @@ -28,7 +28,7 @@ jobs: ref: ${{ github.head_ref }} repository: ${{ env.repository }} token: ${{ secrets.PAT }} - - uses: bahmutov/npm-install@v1.4.5 + - uses: bahmutov/npm-install@v1.10.4 - name: running ncc run: yarn run ncc build action.js - name: creating pull request