From c0e97f6716557b9a6c3cbbd7ccb79be68d5d5bd6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 21:39:15 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action action to v7 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 8733131..4ffd0c5 100644 --- a/.github/workflows/solidity.yml +++ b/.github/workflows/solidity.yml @@ -298,7 +298,7 @@ jobs: type=sha - name: Build and push - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 id: build-and-push with: platforms: linux/amd64,linux/arm64