From 1ca850a4e5139f2be4224ef91f0aab1034e18bca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 22:49:19 +0000 Subject: [PATCH] chore(deps): update docker/login-action action to v4 --- .github/workflows/_container.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_container.yml b/.github/workflows/_container.yml index 1d02e99f..ad2fa9a2 100644 --- a/.github/workflows/_container.yml +++ b/.github/workflows/_container.yml @@ -22,7 +22,7 @@ jobs: - name: Log in to GitHub Docker Registry if: github.event_name != 'pull_request' - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }}