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"