From c078f260245ab0374e74960eaedbcf27b8537cd1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 17:30:51 +0000 Subject: [PATCH] chore(deps): update docker/setup-buildx-action action to v4 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/solidity.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/solidity.yml b/.github/workflows/solidity.yml index 6bb828c..e12c0f8 100644 --- a/.github/workflows/solidity.yml +++ b/.github/workflows/solidity.yml @@ -270,7 +270,7 @@ jobs: uses: docker/setup-qemu-action@v3 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@v4 - name: Install Cosign uses: sigstore/cosign-installer@v3