Skip to content

Commit 869efe2

Browse files
committed
Bump actions/checkout, actions/setup-node and node in release workflow
1 parent 6e54d41 commit 869efe2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858

5959
steps:
6060
- name: Checkout repository
61-
uses: actions/checkout@v3
61+
uses: actions/checkout@v4
6262
with:
6363
fetch-depth: ${{ env.FETCH_DEPTH }}
6464

@@ -69,9 +69,9 @@ jobs:
6969
rustup component add rust-src
7070
7171
- name: Install Node.js
72-
uses: actions/setup-node@v3
72+
uses: actions/setup-node@v4
7373
with:
74-
node-version: 16
74+
node-version: 18
7575

7676
- name: Update apt repositories
7777
if: matrix.target == 'aarch64-unknown-linux-gnu' || matrix.target == 'arm-unknown-linux-gnueabihf'
@@ -181,7 +181,7 @@ jobs:
181181
- name: Install Nodejs
182182
uses: actions/setup-node@v4
183183
with:
184-
node-version: 18
184+
node-version: 20
185185

186186
- run: echo "TAG=$(date --iso -u)" >> $GITHUB_ENV
187187
if: github.ref == 'refs/heads/release'

0 commit comments

Comments
 (0)