Update actions/checkout action to v5

This commit is contained in:
renovate[bot] 2025-08-11 13:38:03 +00:00 committed by GitHub
parent 02a980eb79
commit 9cb1984c8f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,7 +27,7 @@ jobs:
semver: ${{ steps.gitversion.outputs.SemVer }}
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
fetch-depth: 0
- name: Install GitVersion
@ -43,7 +43,7 @@ jobs:
runs-on: ubuntu-latest
needs: versionize
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Build container images
run: |
@ -71,7 +71,7 @@ jobs:
matrix:
environment: [ 'prd' ]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
sparse-checkout: |
infrastructure