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 8f8fe73 commit 6af5313
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup NodeJS
uses: actions/[email protected].1
uses: actions/[email protected].3
with:
node-version: '18'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup NodeJS
uses: actions/[email protected].1
uses: actions/[email protected].3
with:
node-version: '18'

Expand Down

0 comments on commit 6af5313

Please sign in to comment.