From df6492dc65fe9b8f8ef1987db64d1d6dca04b331 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 10:33:15 +0000 Subject: [PATCH] chore(deps): update docker/login-action action to v4 --- .github/workflows/verify_build_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/verify_build_release.yml b/.github/workflows/verify_build_release.yml index 087d98a..3c1d3eb 100644 --- a/.github/workflows/verify_build_release.yml +++ b/.github/workflows/verify_build_release.yml @@ -63,7 +63,7 @@ jobs: - uses: taiki-e/install-action@v2 with: tool: just@1,hurl@4 - - uses: docker/login-action@v3 + - uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }}