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:
parent
96eb011dc9
commit
aee3e380fc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
||||||
name: ${{inputs.crate}}
|
name: ${{inputs.crate}}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- uses: dtolnay/rust-toolchain@stable
|
- uses: dtolnay/rust-toolchain@stable
|
||||||
- run: cargo install --force ${{inputs.crate}} --bin ${{inputs.bin || inputs.crate}}
|
- run: cargo install --force ${{inputs.crate}} --bin ${{inputs.bin || inputs.crate}}
|
||||||
- id: which
|
- id: which
|
||||||
|
|
Loading…
Reference in a new issue