We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6b2c01 commit efe4057Copy full SHA for efe4057
.github/workflows/build.yml
@@ -14,10 +14,10 @@ jobs:
14
15
steps:
16
- name: Checkout code
17
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
18
19
- name: Set up Rust
20
- uses: actions-rs/toolchain@v1
+ uses: dtolnay/rust-toolchain@nightly
21
with:
22
toolchain: nightly
23
.github/workflows/release.yml
@@ -10,10 +10,10 @@ jobs:
10
11
12
13
0 commit comments