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