From d5d04d71a836477477ad8d6a46f48620e74943f8 Mon Sep 17 00:00:00 2001 From: "ethpandaops-renovatebot[bot]" <125231822+ethpandaops-renovatebot[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2025 00:27:03 +0000 Subject: [PATCH] chore(deps): update docker/setup-buildx-action action to v3 --- .github/workflows/goreleaser.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/goreleaser.yaml b/.github/workflows/goreleaser.yaml index 286b477b..9cee80b0 100644 --- a/.github/workflows/goreleaser.yaml +++ b/.github/workflows/goreleaser.yaml @@ -57,7 +57,7 @@ jobs: run: | docker context create builders - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 with: endpoint: builders -