mirror of
https://github.com/dtolnay/install.git
synced 2024-11-22 00:19:31 +01:00
Update actions/checkout@v3 -> v4
This commit is contained in:
parent
7e603dc845
commit
1c60522fd9
2 changed files with 3 additions and 3 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -30,8 +30,8 @@ jobs:
|
|||
contents: write
|
||||
timeout-minutes: 45
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
repository: ${{inputs.git}}
|
||||
ref: ${{inputs.ref}}
|
||||
|
|
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 45
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- uses: ./
|
||||
with:
|
||||
crate: cargo-outdated
|
||||
|
|
Loading…
Reference in a new issue