Skip to content

Commit 1c20142

Browse files
build(deps): bump actions/setup-node from 3 to 5
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 5. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v3...v5) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0d042b4 commit 1c20142

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/npm_release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
path: ./llvm
3030
key: ${{ hashFiles('download_llvm.sh') }}
31-
- uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3.9.1
31+
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
3232
with:
3333
node-version: 20
3434
registry-url: "https://registry.npmjs.org"
@@ -91,7 +91,7 @@ jobs:
9191
with:
9292
path: ./llvm
9393
key: ${{ hashFiles('download_llvm.sh') }}
94-
- uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3.9.1
94+
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
9595
with:
9696
node-version: 20
9797
- name: Install Python
@@ -152,7 +152,7 @@ jobs:
152152
NPM_VERSION: ${{needs.build.outputs.npm_version}}
153153
NPM_TAG: ${{needs.build.outputs.npm_tag}}
154154
steps:
155-
- uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3.9.1
155+
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
156156
with:
157157
node-version: 20
158158
registry-url: "https://registry.npmjs.org"
@@ -181,7 +181,7 @@ jobs:
181181
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
182182
with:
183183
fetch-depth: 0
184-
- uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3.9.1
184+
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
185185
with:
186186
node-version: 20
187187
- name: Setup

.github/workflows/pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
path: ./llvm
2323
key: ${{ hashFiles('download_llvm.sh') }}
24-
- uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3.9.1
24+
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
2525
with:
2626
node-version: 20
2727
- name: Install Python
@@ -75,7 +75,7 @@ jobs:
7575
with:
7676
path: ./llvm
7777
key: ${{ hashFiles('download_llvm.sh') }}
78-
- uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3.9.1
78+
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
7979
with:
8080
node-version: 20
8181
- name: Install Python

0 commit comments

Comments
 (0)