From 40ed930018a2f06d193d246d06a48f3d8a02fe2e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Oct 2023 14:26:08 +0300 Subject: [PATCH] chore(deps): update stefanzweifel/git-auto-commit-action action to v5 (#58) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/charts-changelog.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/charts-changelog.yaml b/.github/workflows/charts-changelog.yaml index 50bf332..df81fb3 100644 --- a/.github/workflows/charts-changelog.yaml +++ b/.github/workflows/charts-changelog.yaml @@ -86,7 +86,7 @@ jobs: - name: Create commit id: create-commit if: inputs.isRenovatePR == 'true' - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5 with: file_pattern: charts/ commit_message: "chore: Auto-update chart metadata"