From 30ddb1bff82af79030712b77dd06c84365d477bb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Mar 2026 10:37:27 +0000 Subject: [PATCH] chore(deps): update docker/login-action action to v4 --- .github/workflows/veriyfy_build_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/veriyfy_build_release.yml b/.github/workflows/veriyfy_build_release.yml index 087d98a..3c1d3eb 100644 --- a/.github/workflows/veriyfy_build_release.yml +++ b/.github/workflows/veriyfy_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 }}