Skip to content

Commit 651d336

Browse files
Update actions/setup-node action to v4.1.0 (#9748)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3d6ec22 commit 651d336

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
with:
179179
version: ${{ env.PNPM_VERSION }}
180180

181-
- uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
181+
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
182182
with:
183183
cache: pnpm
184184
node-version-file: package.json
@@ -212,7 +212,7 @@ jobs:
212212
with:
213213
version: ${{ env.PNPM_VERSION }}
214214

215-
- uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
215+
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
216216
with:
217217
cache: pnpm
218218
node-version-file: package.json
@@ -248,7 +248,7 @@ jobs:
248248
with:
249249
version: ${{ env.PNPM_VERSION }}
250250

251-
- uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
251+
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
252252
with:
253253
cache: pnpm
254254
node-version-file: package.json

0 commit comments

Comments
 (0)