3
0
Fork 0
mirror of https://github.com/dtolnay/install.git synced 2024-11-25 17:39:33 +01:00

Update workflows to actions/checkout@v3

This commit is contained in:
David Tolnay 2022-04-25 01:39:22 -07:00
parent 96eb011dc9
commit aee3e380fc
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82

View file

@ -18,7 +18,7 @@ jobs:
name: ${{inputs.crate}}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- run: cargo install --force ${{inputs.crate}} --bin ${{inputs.bin || inputs.crate}}
- id: which