3
0
Fork 0
mirror of https://github.com/dtolnay/install.git synced 2024-11-22 08:29:30 +01:00

Update actions/checkout@v3 -> v4

This commit is contained in:
David Tolnay 2023-09-04 22:34:58 -07:00
parent 7e603dc845
commit 1c60522fd9
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82
2 changed files with 3 additions and 3 deletions

View file

@ -30,8 +30,8 @@ jobs:
contents: write contents: write
timeout-minutes: 45 timeout-minutes: 45
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- uses: actions/checkout@v3 - uses: actions/checkout@v4
with: with:
repository: ${{inputs.git}} repository: ${{inputs.git}}
ref: ${{inputs.ref}} ref: ${{inputs.ref}}

View file

@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
timeout-minutes: 45 timeout-minutes: 45
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- uses: ./ - uses: ./
with: with:
crate: cargo-outdated crate: cargo-outdated