From 11ac756da574c15df14276c83d77b2532f85b6cd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 19:20:48 +0000 Subject: [PATCH] chore(deps): update stefanzweifel/git-auto-commit-action action to v5 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1e7b8d7c..0ffca0bd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -136,7 +136,7 @@ jobs: - name: Commit changelog if: ${{ env.VERSION_HASH == '' }} - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: Update changelog for ${{ env.VERSION_TAG }} file_pattern: "changelog.md"