Skip to content

Commit ef397c0

Browse files
committed
chore: update actions/setup-node action to v3.8.2
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7454c4a commit ef397c0

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 18
77-
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
77+
uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8.2
7878
with:
7979
node-version: 18
8080
- name: Update NPM
@@ -95,7 +95,7 @@ jobs:
9595
with:
9696
fetch-depth: 0
9797
- name: Use Node.js 18
98-
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
98+
uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8.2
9999
with:
100100
node-version: 18
101101
- name: Update NPM

0 commit comments

Comments
 (0)