Update CI to actions/checkout@v3

This commit is contained in:
David Tolnay 2022-04-24 18:31:38 -07:00
parent e8eba93da6
commit 47fb9d8bf4
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82

View file

@ -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