Skip to content

Commit d01a238

Browse files
committed
ci: Update Node version
1 parent eff558d commit d01a238

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
env:
5151
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5252
steps:
53-
- uses: actions/checkout@v3
53+
- uses: actions/checkout@v4
5454
- name: Install Rust toolchain
5555
uses: dtolnay/rust-toolchain@stable
5656
- name: Install Zig toolchain

.github/workflows/rust.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
build:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717
- name: Install Rust toolchain
1818
uses: dtolnay/rust-toolchain@stable
1919
- name: Install Zig toolchain

0 commit comments

Comments
 (0)