Skip to content

Commit 1590dfc

Browse files
Update actions/setup-node action to v4.3.0 (#10837)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d41e858 commit 1590dfc

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
@@ -181,7 +181,7 @@ jobs:
181181
with:
182182
version: ${{ env.PNPM_VERSION }}
183183

184-
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
184+
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
185185
with:
186186
cache: pnpm
187187
node-version-file: package.json
@@ -217,7 +217,7 @@ jobs:
217217
with:
218218
version: ${{ env.PNPM_VERSION }}
219219

220-
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
220+
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
221221
with:
222222
cache: pnpm
223223
node-version-file: package.json
@@ -245,7 +245,7 @@ jobs:
245245
with:
246246
version: ${{ env.PNPM_VERSION }}
247247

248-
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
248+
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
249249
with:
250250
cache: pnpm
251251
node-version-file: package.json
@@ -279,7 +279,7 @@ jobs:
279279
with:
280280
version: ${{ env.PNPM_VERSION }}
281281

282-
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
282+
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
283283
with:
284284
cache: pnpm
285285
node-version-file: package.json

0 commit comments

Comments
 (0)