From d9b5dec4e15f9d8901c5e2374213e9cd14994bac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 16:22:31 +0000 Subject: [PATCH] chore(.github/workflows): update stefanzweifel/git-auto-commit-action action to v7 --- .github/workflows/auto-label--hydrate-manifests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/**'