From ea8f645afac731bb9c8e997265dda4fe7f38c8a0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Apr 2026 15:15:54 +0000 Subject: [PATCH] chore(deps): update stefanzweifel/git-auto-commit-action action to v6.0.1 --- .github/workflows/renovate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index 08f1f82..1881837 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -42,7 +42,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 }}