From 001a79c648d6389887ca863e1fea5a1dedcfce73 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 21:39:35 +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