From 6c51f7524a7edbffb1562c516a8a3774854b384c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Aug 2025 08:37:31 +0000 Subject: [PATCH] feat(gha): Update stefanzweifel/git-auto-commit-action action to v6.0.1 | datasource | package | from | to | | ----------- | ------------------------------------ | ------ | ------ | | github-tags | stefanzweifel/git-auto-commit-action | v5.2.0 | v6.0.1 | --- .github/workflows/pre-commit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre-commit.yaml b/.github/workflows/pre-commit.yaml index aabc804..fb08433 100644 --- a/.github/workflows/pre-commit.yaml +++ b/.github/workflows/pre-commit.yaml @@ -100,7 +100,7 @@ jobs: CONTINUE_ON_ERROR: ${{ inputs.auto_commit == true }} continue-on-error: ${{ fromJSON(env.CONTINUE_ON_ERROR) }} - name: auto fix changes reported by pre-commit - uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5.2.0 + uses: stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0 # v6.0.1 id: auto_commit_action if: inputs.auto_commit with: