chore(deps): update actions/checkout action to v5 (#3391)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
0ef8ac7804
commit
32d035a5db
1 changed files with 1 additions and 1 deletions
2
.github/workflows/provenance.yml
vendored
2
.github/workflows/provenance.yml
vendored
|
|
@ -13,7 +13,7 @@ jobs:
|
|||
check-provenance:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Check provenance downgrades
|
||||
|
|
|
|||
Loading…
Reference in a new issue