mirror of
https://github.com/dtolnay/rust-toolchain.git
synced 2024-11-13 04:56: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:
|
matrix:
|
||||||
rust: [nightly, beta, stable]
|
rust: [nightly, beta, stable]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- uses: ./
|
- uses: ./
|
||||||
name: Run dtolnay/rust-toolchain@${{matrix.rust}}
|
name: Run dtolnay/rust-toolchain@${{matrix.rust}}
|
||||||
id: toolchain
|
id: toolchain
|
||||||
|
|
Loading…
Reference in a new issue