diff --git a/.github/workflows/publish-kustomize-bundle.yaml b/.github/workflows/publish-kustomize-bundle.yaml index 368d9e8..5ba1327 100644 --- a/.github/workflows/publish-kustomize-bundle.yaml +++ b/.github/workflows/publish-kustomize-bundle.yaml @@ -67,7 +67,7 @@ jobs: uses: actions/checkout@v6 - name: Log in to GitHub Container Registry - uses: docker/login-action@v4.2.0 + uses: docker/login-action@v4.6.0 with: registry: ghcr.io username: ${{ github.actor }}