From 441db3a429e95214414ef70855dcf4a7229980d1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 11:34:29 +0000 Subject: [PATCH] chore(deps): update docker/login-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 8733131..9e957cd 100644 --- a/.github/workflows/solidity.yml +++ b/.github/workflows/solidity.yml @@ -276,7 +276,7 @@ jobs: uses: sigstore/cosign-installer@v3 - name: Login to GitHub Container Registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.repository_owner }}