Skip to content

Commit ca1b70f

Browse files
authoredApr 14, 2025
Update actions/setup-node action to v4.4.0 (#11010)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d105989 commit ca1b70f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ jobs:
184184
with:
185185
version: ${{ env.PNPM_VERSION }}
186186

187-
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
187+
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
188188
with:
189189
cache: pnpm
190190
node-version-file: package.json
@@ -220,7 +220,7 @@ jobs:
220220
with:
221221
version: ${{ env.PNPM_VERSION }}
222222

223-
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
223+
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
224224
with:
225225
cache: pnpm
226226
node-version-file: package.json
@@ -248,7 +248,7 @@ jobs:
248248
with:
249249
version: ${{ env.PNPM_VERSION }}
250250

251-
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
251+
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
252252
with:
253253
cache: pnpm
254254
node-version-file: package.json
@@ -282,7 +282,7 @@ jobs:
282282
with:
283283
version: ${{ env.PNPM_VERSION }}
284284

285-
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
285+
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
286286
with:
287287
cache: pnpm
288288
node-version-file: package.json

0 commit comments

Comments
 (0)