Skip to content

Commit

Permalink
chore(deps): update bahmutov/npm-install action to v1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 14, 2024
1 parent 4d4c663 commit c7b8e5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.0
- name: create test file
run: echo "This is a test for ${{ github.sha }} by ${{ github.run_id }}" > test.md
- name: run cli test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.0
- name: running ncc
run: yarn run ncc build action.js
- name: creating pull request
Expand Down

0 comments on commit c7b8e5a

Please sign in to comment.