Skip to content

Commit 6daf025

Browse files
committed
chore: update actions/setup-node action to v4.1.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a5b6aac commit 6daf025

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
with:
7575
fetch-depth: 0
7676
- name: Use Node.js 20
77-
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
77+
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
7878
with:
7979
node-version: 20
8080
- name: Update NPM
@@ -95,7 +95,7 @@ jobs:
9595
with:
9696
fetch-depth: 0
9797
- name: Use Node.js 20
98-
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
98+
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
9999
with:
100100
node-version: 20
101101
- name: Update NPM

0 commit comments

Comments
 (0)