From 27b57792491029b45eb4dcaec6d4f929f5df0dd0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2024 10:13:41 +0000 Subject: [PATCH] Update docker/setup-buildx-action action to v3.4.0 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0b77e7f..f1f8041 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,7 +42,7 @@ jobs: - name: Docker Setup Buildx id: buildx - uses: docker/setup-buildx-action@v3.2.0 + uses: docker/setup-buildx-action@v3.4.0 - name: Available buildx platforms run: echo ${{ steps.buildx.outputs.platforms }}