Skip to content

Commit

Permalink
⬆️ Update actions/setup-node action to v4.0.4 (#732)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 24, 2024
1 parent 99618d8 commit 7aa20db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Using Node v18.x
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
node-version: '18.x'
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/compare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Using Node v18.x
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
node-version: '18.x'
- name: Install dependencies
Expand Down

0 comments on commit 7aa20db

Please sign in to comment.