mirror of
https://github.com/dtolnay/rust-toolchain.git
synced 2024-11-10 19:46:33 +02:00
Update CI to actions/checkout@v3
This commit is contained in:
parent
e8eba93da6
commit
47fb9d8bf4
1 changed files with 1 additions and 1 deletions
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
|
||||
|
|
Loading…
Reference in a new issue