Skip to content

Commit

Permalink
Update actions/setup-node action to v4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 9, 2024
1 parent 0f37527 commit d8a106b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
show-progress: false

- name: Setup Node.js with npm
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
check-latest: true
node-version: ${{ env.NODE_JS_VERSION }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
token: ${{ secrets.ARCHIBOT_GITHUB_TOKEN || secrets.GITHUB_TOKEN }}

- name: Setup Node.js with npm
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
check-latest: true
node-version: ${{ env.NODE_JS_VERSION }}
Expand Down

0 comments on commit d8a106b

Please sign in to comment.