From 47e1a9f57341e7f72f6fba554769fe9dc882bc75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 23:40:59 +0000 Subject: [PATCH] Bump whoan/docker-build-with-cache-action from 5 to 7 Bumps [whoan/docker-build-with-cache-action](https://github.com/whoan/docker-build-with-cache-action) from 5 to 7. - [Release notes](https://github.com/whoan/docker-build-with-cache-action/releases) - [Commits](https://github.com/whoan/docker-build-with-cache-action/compare/v5...v7) --- updated-dependencies: - dependency-name: whoan/docker-build-with-cache-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/create-channel.yml | 2 +- .github/workflows/create-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create-channel.yml b/.github/workflows/create-channel.yml index c26d5f3b9..fa18fcb8f 100644 --- a/.github/workflows/create-channel.yml +++ b/.github/workflows/create-channel.yml @@ -104,7 +104,7 @@ jobs: run: docker run --rm --privileged multiarch/qemu-user-static --reset -p yes - name: Build ${{ matrix.variant }} image - uses: whoan/docker-build-with-cache-action@v5 + uses: whoan/docker-build-with-cache-action@v7 with: registry: ${{ secrets.AWS_ECR_REPO }} username: ${{ secrets.AWS_ACCESS_KEY_ID }} diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 56ba6833c..2d6ceaf52 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -95,7 +95,7 @@ jobs: run: docker run --rm --privileged multiarch/qemu-user-static --reset -p yes - name: Build aws-crt-${{ matrix.variant }} image - uses: whoan/docker-build-with-cache-action@v5 + uses: whoan/docker-build-with-cache-action@v7 with: registry: ${{ secrets.AWS_ECR_REPO }} username: ${{ secrets.AWS_ACCESS_KEY_ID }}