From 063b73eca004b324eced61df45581d905e981983 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 14:10:43 +0000 Subject: [PATCH] Bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [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/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout 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 190e02a..4c60bdb 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@v3 + uses: actions/checkout@v4 - 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 0053438..3bcf35d 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@v3 + uses: actions/checkout@v4 - name: Update Docker Hub repo description uses: peter-evans/dockerhub-description@v3