From 90a5ab7bf73b1c9b8a495ecb401e80d226e84866 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 14:42:48 +0000 Subject: [PATCH] chore(deps): update docker/login-action action to v3.5.0 --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 01d276c..89ee09d 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -58,7 +58,7 @@ jobs: uses: docker/setup-buildx-action@v3.11.1 - name: Login to GitHub Container Registry - uses: docker/login-action@v3.4.0 + uses: docker/login-action@v3.5.0 if: ${{ !github.event.pull_request.head.repo.fork }} with: registry: ghcr.io