Skip to content

Commit 3f4901a

Browse files
authored
Merge pull request #792 from scratchfoundation/renovate/actions-setup-node-5.x
chore(deps): update actions/setup-node action to v5
2 parents 91fd1fe + 232fa59 commit 3f4901a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: wagoid/commitlint-github-action@5ce82f5d814d4010519d15f0552aec4f17a1e1fe # v5
2424
if: github.event_name == 'pull_request'
2525

26-
- uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
26+
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
2727
with:
2828
cache: "npm"
2929
node-version-file: ".nvmrc"

0 commit comments

Comments
 (0)