From 2216d34a85bb93cee50693426fc10a0cabda828a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 18:41:43 +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 8f325ce57..c682c686b 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 601c3d7b2..f0d215e90 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -94,7 +94,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 }}