Skip to content

Commit bb46e10

Browse files
chore(deps): update actions/setup-node action to v7
1 parent 8518419 commit bb46e10

14 files changed

Lines changed: 15 additions & 15 deletions

.github/workflows/api-extractor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
persist-credentials: false
1818

1919
- name: Setup Node.js
20-
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
20+
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7
2121
with:
2222
node-version: ">=23.6.0"
2323

.github/workflows/arethetypeswrong.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
persist-credentials: false
2222
- name: Setup Node.js
23-
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
23+
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7
2424
with:
2525
node-version: ">=23.6.0"
2626

.github/workflows/change-prerelease-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
persist-credentials: true
4545

4646
- name: Setup Node.js
47-
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
47+
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7
4848
with:
4949
node-version: ">=23.6.0"
5050

.github/workflows/cleanup-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
persist-credentials: true
5050

5151
- name: Setup Node.js
52-
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
52+
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7
5353
with:
5454
node-version: ">=23.6.0"
5555

.github/workflows/compare-build-output.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fetch-depth: 0
2020
persist-credentials: false
2121
- name: Setup Node.js
22-
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
22+
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7
2323
with:
2424
node-version: ">=23.6.0"
2525

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
persist-credentials: false
3232

3333
- name: Setup Node.js
34-
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
34+
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7
3535
with:
3636
node-version: "24.x"
3737

.github/workflows/docmodel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
persist-credentials: false
1818

1919
- name: Setup Node.js
20-
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
20+
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7
2121
with:
2222
node-version: ">=23.6.0"
2323

.github/workflows/exit-prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
persist-credentials: true
4040

4141
- name: Setup Node.js
42-
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
42+
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7
4343
with:
4444
node-version: ">=23.6.0"
4545

.github/workflows/knip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
1414
with:
1515
persist-credentials: false
16-
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
16+
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7
1717
with:
1818
node-version: "24.x"
1919
- run: npm ci

.github/workflows/prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
files: ".changeset/pre.json"
4747

4848
- name: Setup Node.js
49-
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
49+
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7
5050
with:
5151
node-version: "24.x"
5252
# deliberately not using a cache for action with elevated permissions, see https://tanstack.com/blog/npm-supply-chain-compromise-postmortem

0 commit comments

Comments
 (0)