From 9cb1984c8fcd1efbd4048d3c5252dc7dc77ebcda Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 13:38:03 +0000 Subject: [PATCH] Update actions/checkout action to v5 --- .github/workflows/app.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/app.yml b/.github/workflows/app.yml index 0e22974..5984acd 100644 --- a/.github/workflows/app.yml +++ b/.github/workflows/app.yml @@ -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