Skip to content

Commit 6fb745b

Browse files
authored
Merge pull request #3376 from pbek/dependabot/github_actions/actions/setup-node-6
build(deps): bump actions/setup-node from 5 to 6
2 parents b748f2a + a6bd1f0 commit 6fb745b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-webpage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
format: "csv"
3232
- name: Use Node.js
33-
uses: actions/setup-node@v5
33+
uses: actions/setup-node@v6
3434
with:
3535
node-version: "20"
3636
- run: npm install

0 commit comments

Comments
 (0)