From 75cf42d49d49868c1fcd7c8643f046a75d99d7da Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Mar 2025 11:46:24 +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..895a283 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.4.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.4.0 with: registry: ghcr.io username: ${{ github.actor }}