From 6db0b5554d06900e9f406e5a5556bc1dc42fd372 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Jul 2023 09:45:41 +0000 Subject: [PATCH] chore(deps): update docker/setup-buildx-action action to v2.9.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 0926439..6502810 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,7 +41,7 @@ jobs: - name: Docker Setup Buildx id: buildx - uses: docker/setup-buildx-action@v2.8.0 + uses: docker/setup-buildx-action@v2.9.0 - name: Available buildx platforms run: echo ${{ steps.buildx.outputs.platforms }}