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 fbd5140 commit f01d24fCopy full SHA for f01d24f
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
matrix:
15
rust: [nightly, beta, stable]
16
steps:
17
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
18
- uses: dtolnay/rust-toolchain@master
19
with:
20
toolchain: ${{matrix.rust}}
0 commit comments