Skip to content

Commit 07d215d

Browse files
authored
Merge pull request #154 from netbootxyz/renovate/actions-setup-node-5.x
chore(deps): update actions/setup-node action to v5
2 parents a0b152f + e70850c commit 07d215d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
wget https://raw.githubusercontent.com/netbootxyz/netboot.xyz/master/CONTRIBUTING.md -O external/contributing.md
2626
2727
- name: Setup Node.js
28-
uses: actions/setup-node@v4
28+
uses: actions/setup-node@v5
2929
with:
3030
node-version: 22
3131

0 commit comments

Comments
 (0)