From f74f87651f59cd9273ddd8443147d7b67a0cf419 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 15:07:49 +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..ddc1af5 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.6.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.6.0 with: registry: ghcr.io username: ${{ github.actor }}