From f6ce7dd5cf76796dbd970b5310694dbe96fffccf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 14:42:16 +0000 Subject: [PATCH] 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) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [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/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 06b1f5e..f02a349 100644 --- a/.github/workflows/callable-build-docker-image.yml +++ b/.github/workflows/callable-build-docker-image.yml @@ -22,7 +22,7 @@ jobs: packages: write steps: - name: Checkout branch - ${{ github.head_ref || github.ref_name }} - uses: actions/checkout@v4 + uses: actions/checkout@v5 - 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 41529d9..934b7f6 100644 --- a/.github/workflows/merge-build-production-docker-images.yml +++ b/.github/workflows/merge-build-production-docker-images.yml @@ -45,7 +45,7 @@ jobs: needs: docker-image-deploy steps: - name: Check out code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Update Docker Hub repo description uses: peter-evans/dockerhub-description@v4