From 63330042ff5e3b2823f3f136be1f01b7ca94c9f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 12:58:36 +0200 Subject: [PATCH] Upgrade `docker/login-action` to 3 version (#19) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1aff514..10fc3b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -138,7 +138,7 @@ jobs: if: ${{ steps.skip.outputs.no == 'true' }} - name: Login to ${{ matrix.registry }} container registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ${{ matrix.registry }} username: ${{ (matrix.registry == 'docker.io'