Skip to content

Commit 3085c99

Browse files
Update actions/setup-node action to v5 (#11839)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 36fc4ac commit 3085c99

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ jobs:
218218
with:
219219
version: ${{ env.PNPM_VERSION }}
220220

221-
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
221+
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
222222
with:
223223
cache: pnpm
224224
node-version-file: package.json
@@ -254,7 +254,7 @@ jobs:
254254
with:
255255
version: ${{ env.PNPM_VERSION }}
256256

257-
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
257+
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
258258
with:
259259
cache: pnpm
260260
node-version-file: package.json
@@ -282,7 +282,7 @@ jobs:
282282
with:
283283
version: ${{ env.PNPM_VERSION }}
284284

285-
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
285+
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
286286
with:
287287
cache: pnpm
288288
node-version-file: package.json
@@ -316,7 +316,7 @@ jobs:
316316
with:
317317
version: ${{ env.PNPM_VERSION }}
318318

319-
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
319+
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
320320
with:
321321
cache: pnpm
322322
node-version-file: package.json

0 commit comments

Comments
 (0)