Skip to content

Commit

Permalink
Build(deps): Bump actions/setup-node from 4.0.2 to 4.0.3 in the githu…
Browse files Browse the repository at this point in the history
…b-actions group (#311)
  • Loading branch information
dependabot[bot] authored Jul 15, 2024
1 parent d3764a4 commit 0d22e53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set Node.js
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
node-version: 20.x
cache: npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set Node.js
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
node-version: 20.x
cache: npm
Expand Down

0 comments on commit 0d22e53

Please sign in to comment.