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 42d9128 commit 9ea2476Copy full SHA for 9ea2476
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
17
steps:
18
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
19
20
- uses: dtolnay/rust-toolchain@stable
21
with:
@@ -29,7 +29,7 @@ jobs:
29
30
31
32
33
34
35
@@ -55,7 +55,7 @@ jobs:
55
rust: '1.70'
56
57
58
59
60
- run: sudo $HOME/.cargo/bin/rustup default ${{ matrix.rust }}
61
0 commit comments