Skip to content

Commit 47afd99

Browse files
renovate[bot]bendera
authored andcommitted
Update actions/setup-node action to v5
1 parent b95eaa5 commit 47afd99

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
echo $CURRENT_VERSION
4747
4848
- name: Setup Node version
49-
uses: actions/setup-node@v4
49+
uses: actions/setup-node@v5
5050
with:
5151
scope: '@vscode-elements'
5252
node-version: 22

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fetch-depth: 0
1313

1414
- name: Setup Node version
15-
uses: actions/setup-node@v4
15+
uses: actions/setup-node@v5
1616
with:
1717
scope: '@vscode-elements'
1818
node-version: 22

0 commit comments

Comments
 (0)