From 6e05ce8c2e0a81a1d4baeb8550a88497c9fc26e6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 11:43:28 +0000 Subject: [PATCH] Update docker/login-action action to v3 --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3c98ecc..c2089db 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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.3.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.3.0 with: registry: ghcr.io username: ${{ github.actor }}