mirror of
https://github.com/dtolnay/rust-toolchain.git
synced 2026-04-18 19:32:38 +08:00
Update CI to actions/checkout@v3
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -14,7 +14,7 @@ jobs:
|
||||
matrix:
|
||||
rust: [nightly, beta, stable]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- uses: ./
|
||||
name: Run dtolnay/rust-toolchain@${{matrix.rust}}
|
||||
id: toolchain
|
||||
|
||||
Reference in New Issue
Block a user