Skip to content

Commit ac716a8

Browse files
chore(deps): update actions/setup-node action to v6
1 parent 9645298 commit ac716a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
& .\dotnet-install.ps1 -Architecture x86 -Version 9.0.101 -InstallDir "C:\Program Files (x86)\dotnet\" -NoPath -Verbose
5353
if: runner.os == 'Windows'
5454
- name: ⚙ Install node.js
55-
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
55+
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
5656
with:
5757
node-version: 20.x
5858
cache: yarn

0 commit comments

Comments
 (0)