Skip to content

Commit c523ffb

Browse files
chore(deps): update actions/setup-node action to v6.2.0
1 parent 52eff0c commit c523ffb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
version: ${{ env.MISE_VERSION }}
3636
if: ${{ steps.release.outputs.release_created }}
37-
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
37+
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
3838
with:
3939
cache: yarn
4040
registry-url: 'https://registry.npmjs.org'

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: jdx/[email protected]
1414
with:
1515
version: ${{ env.MISE_VERSION }}
16-
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
16+
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
1717
with:
1818
cache: yarn
1919
- run: mise run ci

0 commit comments

Comments
 (0)