From 46303dfa3c76dab6ac9ac61ef93af6d2d27d3d2c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 23:33:18 +0000 Subject: [PATCH] chore(deps): update stefanzweifel/git-auto-commit-action action to v7 --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 1c74428..066d980 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -43,7 +43,7 @@ jobs: fi - name: Commit chart version - uses: stefanzweifel/git-auto-commit-action@v6 + uses: stefanzweifel/git-auto-commit-action@4a55954c782fc1ea30b9056cd3e7a2b40ca8887d # v7.2.0 if: steps.commit_exists.outputs.result == 'false' with: commit_message: ${{ env.COMMIT_MESSAGE }}