Skip to content

Commit 1706873

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

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@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
77+
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
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@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
98+
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
9999
with:
100100
node-version: 20
101101
- name: Update NPM

0 commit comments

Comments
 (0)