From c478f094fd0890b3e853c3c77c504d5c671122d3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 12:49:44 +0000 Subject: [PATCH] chore(deps): update docker/login-action action to v4 --- .github/workflows/verify_build_release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/verify_build_release.yaml b/.github/workflows/verify_build_release.yaml index 087d98a..3c1d3eb 100644 --- a/.github/workflows/verify_build_release.yaml +++ b/.github/workflows/verify_build_release.yaml @@ -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 }}