From de7f7abc91663392c4109588abad723ffc072033 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Jun 2025 23:01:19 +0900 Subject: [PATCH] chore(deps): update stefanzweifel/git-auto-commit-action action to v6 (#3500) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 eeec671b..f85a3b46 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -162,7 +162,7 @@ jobs: - name: Commit changelog if: ${{ env.VERSION_HASH == '' }} - uses: stefanzweifel/git-auto-commit-action@v5 + uses: stefanzweifel/git-auto-commit-action@v6 with: commit_message: Update changelog for ${{ env.VERSION_TAG }} file_pattern: "changelog.md"