Merge pull request #60 from chris-kruining/renovate/actions-checkout-5.x

This commit is contained in:
Chris Kruining 2025-08-12 10:37:39 +02:00 committed by GitHub
commit bd56e44585
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