Skip to content

Commit 418d647

Browse files
Bump actions/setup-node from 6.4.0 to 7.0.0
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 6.4.0 to 7.0.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@48b55a0...8207627) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a23d6eb commit 418d647

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- name: Install Python
6363
run: uv python install 3.14
6464

65-
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
65+
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
6666
with:
6767
node-version: "latest"
6868
cache: npm
@@ -123,7 +123,7 @@ jobs:
123123
- name: Install Python
124124
run: uv python install 3.14
125125

126-
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
126+
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
127127
with:
128128
node-version: "latest"
129129
cache: npm
@@ -195,7 +195,7 @@ jobs:
195195
- name: Install Python
196196
run: uv python install 3.12 3.14
197197

198-
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
198+
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
199199
with:
200200
node-version: "latest"
201201
cache: npm
@@ -272,7 +272,7 @@ jobs:
272272
- name: Install Python
273273
run: uv python install 3.10 3.11 3.12 3.13 3.14
274274

275-
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
275+
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
276276
with:
277277
node-version: "latest"
278278
cache: npm

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Install Python
3939
run: uv python install 3.10 3.11 3.12 3.13 3.14
4040

41-
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
41+
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
4242
with:
4343
node-version: "latest"
4444
cache: npm
@@ -142,7 +142,7 @@ jobs:
142142
- name: Install Python
143143
run: uv python install 3.14
144144

145-
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
145+
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
146146
with:
147147
node-version: "latest"
148148
cache: npm
@@ -199,7 +199,7 @@ jobs:
199199
- name: Install Python
200200
run: uv python install 3.14
201201

202-
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
202+
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
203203
with:
204204
node-version: "latest"
205205
cache: npm

0 commit comments

Comments
 (0)