Skip to content

Commit 7a427e4

Browse files
authored
bump action/setup-node version (#628)
1 parent d8f6914 commit 7a427e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/build/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Build
33
runs:
44
using: "composite"
55
steps:
6-
- uses: actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a # v3.0.0
6+
- uses: actions/setup-node@v4
77
with:
88
node-version-file: '.nvmrc'
99
cache: 'yarn'

0 commit comments

Comments
 (0)