Skip to content

Commit 875d5b2

Browse files
chore(deps): update actions/setup-node digest to 48b55a0
1 parent 556565f commit 875d5b2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: npm i -g corepack@latest --force && corepack enable
4242

4343
- name: Setup Node.js
44-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
44+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
4545
with:
4646
node-version: 24.14.0
4747
cache: "pnpm"

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: npm i -g corepack@latest --force && corepack enable
2525

2626
- name: Setup Node.js
27-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
27+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
2828
with:
2929
node-version: 24.14.0
3030
cache: "pnpm"

0 commit comments

Comments
 (0)