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 13003d5 commit 82e05d5Copy full SHA for 82e05d5
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
rust: [nightly, beta, stable]
23
timeout-minutes: 45
24
steps:
25
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
26
- uses: dtolnay/rust-toolchain@master
27
with:
28
toolchain: ${{matrix.rust}}
@@ -40,7 +40,7 @@ jobs:
40
GIT_COMMITTER_NAME: proc-macro-workshop CI
41
42
43
44
- uses: dtolnay/rust-toolchain@nightly
45
- uses: dtolnay/install@cargo-outdated
46
- run: git fetch origin --unshallow refs/solution/${{matrix.project}} HEAD
0 commit comments