From ec591b916dedca02568d33a38cabbf0fbaeb19af Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Jun 2023 17:36:40 +0000 Subject: [PATCH] Update docker/login-action action to v2.2.0 --- .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 3e0c633..1b1e560 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@49ed152c8eca782a232dede0303416e8f356c37b # tag=v2.0.0 + uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2.0 with: registry: ghcr.io username: ${{ github.actor }} @@ -134,7 +134,7 @@ jobs: steps: - name: Login to GitHub - uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b # tag=v2.0.0 + uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2.0 with: registry: ghcr.io username: ${{ github.actor }}