From 80488e5041be4e6fe88fb92bc02387d75b5d52bc Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 6 May 2022 03:18:58 +0000 Subject: [PATCH] chore(deps): update docker/login-action action to v2 --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 291830880..ce077c989 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -473,14 +473,14 @@ jobs: - name: Login to DockerHub if: github.event_name != 'pull_request' - uses: docker/login-action@v1 + uses: docker/login-action@v2 with: username: lmierzwa password: ${{ secrets.DOCKER_HUB_PASSWORD }} - name: Login to GitHub Container Registry if: github.event_name != 'pull_request' - uses: docker/login-action@v1 + uses: docker/login-action@v2 with: registry: ghcr.io username: ${{ github.repository_owner }}