From ab4d71367fe3acbbf14c5698aa90fd6a0f8deb50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 00:33:14 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/callable-build-docker-image.yml | 2 +- .github/workflows/merge-build-production-docker-images.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/callable-build-docker-image.yml b/.github/workflows/callable-build-docker-image.yml index e68dd38..2933e6e 100644 --- a/.github/workflows/callable-build-docker-image.yml +++ b/.github/workflows/callable-build-docker-image.yml @@ -21,7 +21,7 @@ jobs: packages: write steps: - name: Checkout branch - ${{ github.head_ref || github.ref_name }} - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Prepare Build Env Variables uses: ./.github/actions/prepare-env-variables/ diff --git a/.github/workflows/merge-build-production-docker-images.yml b/.github/workflows/merge-build-production-docker-images.yml index 79ef56f..82f4069 100644 --- a/.github/workflows/merge-build-production-docker-images.yml +++ b/.github/workflows/merge-build-production-docker-images.yml @@ -39,7 +39,7 @@ jobs: needs: docker-image-deploy steps: - name: Check out code - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Update Docker Hub repo description uses: peter-evans/dockerhub-description@v4