diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index d74345032d..3120a76aa0 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -112,7 +112,7 @@ jobs: ${{ runner.os }}-${{ matrix.component }}-buildx- - name: Login to the Container registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.actor }}