From 92ff0bfb0d95d859c8bd8ba297556953205ab7cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 18:16:59 +0000 Subject: [PATCH] chore: bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](https://github.com/actions/checkout/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-publish-mcr.yml | 6 +++--- .github/workflows/publish-image.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-publish-mcr.yml b/.github/workflows/build-publish-mcr.yml index 728e80f49..bbb5ec15e 100644 --- a/.github/workflows/build-publish-mcr.yml +++ b/.github/workflows/build-publish-mcr.yml @@ -26,7 +26,7 @@ jobs: fleet_networking_version: ${{ steps.vars.outputs.fleet_networking_version }} arc_helmchart_version: ${{ steps.vars.outputs.arc_helmchart_version }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: 'Set output variables' @@ -59,7 +59,7 @@ jobs: labels: [self-hosted, "1ES.Pool=1es-aks-fleet-pool-ubuntu"] needs: prepare-variables steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: ref: ${{ needs.prepare-variables.outputs.release_tag }} - name: 'Login the ACR' @@ -112,7 +112,7 @@ jobs: labels: [self-hosted, "1ES.Pool=1es-aks-fleet-pool-ubuntu-arm64"] needs: prepare-variables steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: ref: ${{ needs.prepare-variables.outputs.release_tag }} - name: 'Login the ACR' diff --git a/.github/workflows/publish-image.yml b/.github/workflows/publish-image.yml index 445826bdd..798c141db 100644 --- a/.github/workflows/publish-image.yml +++ b/.github/workflows/publish-image.yml @@ -37,7 +37,7 @@ jobs: REGISTRY: ${{ needs.export-registry.outputs.registry }} runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: submodules: true fetch-depth: 0