Skip to content

Commit 7dd88cc

Browse files
chore(deps): update actions/setup-node action to v4
1 parent 140749f commit 7dd88cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
hash: ${{ steps.semver.outputs.SCRATCH_HASH }}
2727
steps:
2828
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
29-
- uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
29+
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
3030
with:
3131
cache: 'npm'
3232
node-version-file: '.nvmrc'

0 commit comments

Comments
 (0)