diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml index 75c0c933..8be08f8d 100644 --- a/.github/workflows/qa.yml +++ b/.github/workflows/qa.yml @@ -119,7 +119,7 @@ jobs: if: | github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.pull_request.draft == false) - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.repository_owner }} @@ -129,7 +129,7 @@ jobs: if: | github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.pull_request.draft == false) - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: harbor.settlemint.com username: ${{ env.HARBOR_USER }}