diff --git a/.github/workflows/k8s-content-pr.yaml b/.github/workflows/k8s-content-pr.yaml index 07490f3f1ea..e853d89ced8 100644 --- a/.github/workflows/k8s-content-pr.yaml +++ b/.github/workflows/k8s-content-pr.yaml @@ -57,7 +57,7 @@ jobs: with: ref: refs/pull/${{ needs.get-pr-number.outputs.pr-number }}/head - name: Login to ghcr.io - uses: docker/login-action@v3.1.0 + uses: docker/login-action@v3.2.0 with: registry: ghcr.io username: ${{ github.actor }}