From f2b40556aba728bda7cb9731b0d87f52bf02f374 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 20:35:31 +0000 Subject: [PATCH] chore(deps): update docker/login-action action to v3 --- .github/workflows/image-generations.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/image-generations.yml b/.github/workflows/image-generations.yml index a761fc1a..44e400f0 100644 --- a/.github/workflows/image-generations.yml +++ b/.github/workflows/image-generations.yml @@ -32,7 +32,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Login to GitHub Container Registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.actor }}