From 3495e7d0cdee98ccf3589a7cbba1ef937e9e503b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 17:36:18 +0000 Subject: [PATCH] chore(deps): update sigstore/cosign-installer 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 8733131..196fc0a 100644 --- a/.github/workflows/solidity.yml +++ b/.github/workflows/solidity.yml @@ -273,7 +273,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Install Cosign - uses: sigstore/cosign-installer@v3 + uses: sigstore/cosign-installer@v4.1.1 - name: Login to GitHub Container Registry uses: docker/login-action@v3