diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4609b3a..3b8efb3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -69,7 +69,7 @@ jobs: working-directory: gateway - name: Commit version bump - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: "chore: Bump version to ${{ steps.version.outputs.version }}" branch: ${{ fromJson(needs.release-please.outputs.pr).headBranchName }}