diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 61c1ded0..01fe8b17 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -168,7 +168,7 @@ jobs: - name: Login to Docker Hub if: github.event_name != 'pull_request' && !startsWith(github.ref, 'refs/heads/renovate') - uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0 + uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0 with: username: ${{ secrets.K8S_AGENTS_DOCKERHUB_USERNAME }} password: ${{ secrets.K8S_AGENTS_DOCKERHUB_TOKEN }}