From 298753eb60d05c4a53f603a4315c9bfbd618643f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 14:07:29 +0000 Subject: [PATCH] chore(deps): update docker/login-action action to v3.5.0 --- .github/workflows/publish-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-image.yml b/.github/workflows/publish-image.yml index 65c647b..ba5b48d 100644 --- a/.github/workflows/publish-image.yml +++ b/.github/workflows/publish-image.yml @@ -22,7 +22,7 @@ jobs: - name: Log in to the Container registry if: ${{ steps.push_check.outputs.push }} - uses: docker/login-action@v3.4.0 + uses: docker/login-action@v3.5.0 with: registry: ghcr.io username: ${{ github.actor }}