From 5167f6b57d72c90b5d003648af4224b4018016b9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 22:17:00 +0000 Subject: [PATCH] chore(deps): update stefanzweifel/git-auto-commit-action action to v6.0.1 --- .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..2f10f6d 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@778341af668090896ca464160c2def5d1d1a3eb0 # v6.0.1 if: steps.commit_exists.outputs.result == 'false' with: commit_message: ${{ env.COMMIT_MESSAGE }}