From a03f7cd7a5479af88b0e56e924c14f71873a9bff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 17:16:15 +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 5ed61747..95637559 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"