Skip to content

Commit be2f43c

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

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@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
77+
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.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@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
98+
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
9999
with:
100100
node-version: 20
101101
- name: Update NPM

0 commit comments

Comments
 (0)