Skip to content

Commit 0bf098a

Browse files
authored
Merge pull request #3372 from scratchfoundation/renovate/actions-setup-node-6.x
chore(deps): update actions/setup-node action to v6
2 parents 59726dd + b35bb5f commit 0bf098a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
2525
- uses: wagoid/commitlint-github-action@b948419dd99f3fd78a6548d48f94e3df7f6bf3ed # v6
2626
if: github.event_name == 'pull_request'
27-
- uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
27+
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
2828
with:
2929
cache: "npm"
3030
node-version-file: ".nvmrc"

.github/workflows/update-l10n.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
2020
with:
2121
ref: 'develop'
22-
- uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
22+
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
2323
with:
2424
cache: 'npm'
2525
node-version-file: '.nvmrc'

0 commit comments

Comments
 (0)