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:
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user