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 468a226 commit 5c5e6f1Copy full SHA for 5c5e6f1
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
matrix:
18
rust: [nightly, beta, stable]
19
steps:
20
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
21
- uses: dtolnay/rust-toolchain@master
22
with:
23
toolchain: ${{matrix.rust}}
@@ -34,7 +34,7 @@ jobs:
34
GIT_COMMITTER_EMAIL: proc-macro-workshop@dtolnay.github.io
35
GIT_COMMITTER_NAME: proc-macro-workshop CI
36
37
38
- uses: dtolnay/rust-toolchain@nightly
39
- run: git fetch origin --unshallow refs/solution/${{matrix.project}} HEAD
40
- run: git rebase HEAD FETCH_HEAD
0 commit comments