diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 9ca96bf69..676c9edc7 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -127,7 +127,7 @@ jobs: uses: docker/setup-buildx-action@v1 - name: Login to DockerHub if: env.DOCKERHUB_USERNAME != null - uses: docker/login-action@v1 + uses: docker/login-action@v3 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }}