Skip to content

Commit

Permalink
Update actions/setup-node action to v3.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 23, 2023
1 parent 63859a9 commit 8dc6c01
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].2
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].2
with:
node-version: '18'

Expand Down

0 comments on commit 8dc6c01

Please sign in to comment.