Skip to content

Commit 5c5e6f1

Browse files
committed
Update workflows to actions/checkout@v3
1 parent 468a226 commit 5c5e6f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
matrix:
1818
rust: [nightly, beta, stable]
1919
steps:
20-
- uses: actions/checkout@v2
20+
- uses: actions/checkout@v3
2121
- uses: dtolnay/rust-toolchain@master
2222
with:
2323
toolchain: ${{matrix.rust}}
@@ -34,7 +34,7 @@ jobs:
3434
GIT_COMMITTER_EMAIL: proc-macro-workshop@dtolnay.github.io
3535
GIT_COMMITTER_NAME: proc-macro-workshop CI
3636
steps:
37-
- uses: actions/checkout@v2
37+
- uses: actions/checkout@v3
3838
- uses: dtolnay/rust-toolchain@nightly
3939
- run: git fetch origin --unshallow refs/solution/${{matrix.project}} HEAD
4040
- run: git rebase HEAD FETCH_HEAD

0 commit comments

Comments
 (0)