From bcc6aff292e8d9c40f96a8eb4e37529537a411e6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 16:26:30 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action action to v6 --- .github/workflows/pr-checks.yml | 2 +- .github/workflows/release-please.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index e01476a0d..af1e3bb43 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -66,7 +66,7 @@ jobs: id: buildx uses: docker/setup-buildx-action@v3 - name: Build - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v6 with: builder: ${{ steps.buildx.outputs.name }} context: . diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index cd266346c..f48303ca7 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -74,7 +74,7 @@ jobs: uses: docker/setup-buildx-action@master - name: Build - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v6 with: builder: ${{ steps.buildx.outputs.name }} context: .