From 46869728fd1dbad9a0463a51a2b58f6e5cf54416 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 16:44:33 +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 2616f47af..af834f0e5 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -69,7 +69,7 @@ jobs: id: buildx 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: . diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 1f52bc813..53c2f0924 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: .