Skip to content

Commit 74c9de6

Browse files
renovate[bot]dhmlau
authored andcommitted
chore: update actions/setup-node action to v5
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 374f71d commit 74c9de6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
fetch-depth: 0
3434
- name: Use Node.js ${{ matrix.node-version }}
35-
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
35+
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
3636
with:
3737
node-version: ${{ matrix.node-version }}
3838
- name: Bootstrap project
@@ -69,7 +69,7 @@ jobs:
6969
with:
7070
fetch-depth: 0
7171
- name: Use Node.js 20
72-
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
72+
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
7373
with:
7474
node-version: 20.19.5
7575
- name: Bootstrap project

0 commit comments

Comments
 (0)