From e628fe9b236fd175c3925164b7115bf9c14556d4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Aug 2025 00:09:21 +0000 Subject: [PATCH] Update docker/login-action action to v3 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 052cf31..44b9180 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: - name: Login to GitHub if: github.event_name != 'pull_request' - uses: docker/login-action@v1.14.1 + uses: docker/login-action@v3.5.0 with: registry: ghcr.io username: ${{ github.actor }} @@ -84,7 +84,7 @@ jobs: steps: - name: Login to GitHub - uses: docker/login-action@v1.14.1 + uses: docker/login-action@v3.5.0 with: registry: ghcr.io username: ${{ github.actor }}