We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eff558d commit d01a238Copy full SHA for d01a238
.github/workflows/release.yml
@@ -50,7 +50,7 @@ jobs:
50
env:
51
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
52
steps:
53
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
54
- name: Install Rust toolchain
55
uses: dtolnay/rust-toolchain@stable
56
- name: Install Zig toolchain
.github/workflows/rust.yml
@@ -13,7 +13,7 @@ jobs:
13
build:
14
runs-on: ubuntu-latest
15
16
17
18
19
0 commit comments