From 79326b4adb3ed4e7d14347f7899737194bc47f0c Mon Sep 17 00:00:00 2001 From: "xentra-bot[bot]" <139044062+xentra-bot[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 11:25:06 +0000 Subject: [PATCH] chore(deps): update stefanzweifel/git-auto-commit-action action to v5 --- .github/workflows/charts-readme-docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/charts-readme-docs.yaml b/.github/workflows/charts-readme-docs.yaml index 7112ca394..3278c4d70 100644 --- a/.github/workflows/charts-readme-docs.yaml +++ b/.github/workflows/charts-readme-docs.yaml @@ -33,7 +33,7 @@ jobs: helm-docs -t README.md.gotmpl -o README.md - name: Commit changes - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842 # v5 id: auto-commit with: branch: ${{ github.event.pull_request.head.ref }}