Skip to content

Commit c703705

Browse files
authored
Update actions/setup-node action to v6 (#1259)
2 parents a00e54d + 0f0f83c commit c703705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/web-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
steps:
3636
- uses: actions/checkout@v5
3737
- name: Use Node.js 20.14.0
38-
uses: actions/setup-node@v5
38+
uses: actions/setup-node@v6
3939
with:
4040
node-version: "22.20.0"
4141
cache: "npm"

0 commit comments

Comments
 (0)