From 1f4a5f8159a424e59ac1c8b4b0dfa32ca3149a1a Mon Sep 17 00:00:00 2001 From: "wajeht-renovate[bot]" <260339327+wajeht-renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 00:13:51 +0000 Subject: [PATCH] chore(deps): update docker/login-action action to v4.6.0 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c1eeb92..cf0959d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0 - name: Login to Container Registry - uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4.5.2 + uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0 with: registry: ghcr.io username: ${{ github.repository_owner }}