From 696d47655e109d9e9b8733b5466b2348ec6bd5a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 00:52:47 +0000 Subject: [PATCH] Bump actions/checkout from 6 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [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/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-push-image-ecr.yml | 2 +- .github/workflows/build-push-image.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-push-image-ecr.yml b/.github/workflows/build-push-image-ecr.yml index 3bf4fa9..5fd5bf6 100644 --- a/.github/workflows/build-push-image-ecr.yml +++ b/.github/workflows/build-push-image-ecr.yml @@ -59,7 +59,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Configure AWS Credentials uses: aws-actions/configure-aws-credentials@v6 diff --git a/.github/workflows/build-push-image.yml b/.github/workflows/build-push-image.yml index 9eacd94..881ddd4 100644 --- a/.github/workflows/build-push-image.yml +++ b/.github/workflows/build-push-image.yml @@ -60,7 +60,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Docker meta id: meta