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 }}