diff --git a/.github/workflows/auto-label--hydrate-manifests.yaml b/.github/workflows/auto-label--hydrate-manifests.yaml index 8211069..f367c79 100644 --- a/.github/workflows/auto-label--hydrate-manifests.yaml +++ b/.github/workflows/auto-label--hydrate-manifests.yaml @@ -86,7 +86,7 @@ jobs: - name: Commit and Push Changes if: steps.git-check.outputs.changes_exist == 'true' - uses: stefanzweifel/git-auto-commit-action@v5 + uses: stefanzweifel/git-auto-commit-action@v7 with: commit_message: "chore(k8s): hydrate manifests" file_pattern: 'kubernetes/manifests/**'