From d0cc3b03b1ddcddc8d0d4de5fa32e1a493d22ef5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 14:59:12 +0000 Subject: [PATCH] Update docker/setup-buildx-action action to v3 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c4e017f..68bcaca 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -58,7 +58,7 @@ jobs: uses: docker/setup-qemu-action@v2.2.0 if: steps.filter.outputs.build == 'true' || ( github.event_name == 'release' && github.event.action == 'published' ) - name: Set up Docker BuildX - uses: docker/setup-buildx-action@v2.10.0 + uses: docker/setup-buildx-action@v3.0.0 if: steps.filter.outputs.build == 'true' || ( github.event_name == 'release' && github.event.action == 'published' ) - name: Login to DockerHub uses: docker/login-action@v2.2.0