From 4e3865c815dd09059a78ef2136ae139c6cf0e3cb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 23:10:53 +0000 Subject: [PATCH] chore(deps): update stefanzweifel/git-auto-commit-action action to v5 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 66788426..e718c8c0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,7 +45,7 @@ jobs: cmd: yq -i '.version = "${{ steps.version.outputs.next-version }}"' 'galaxy.yml' - name: "Write changelog and version" - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5 with: branch: ${{ github.event.pull_request.base.ref }} commit_message: "chore: update version"