diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 67676c7c..a9066a5e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,7 +37,7 @@ jobs: with: version: ${{ github.event.inputs.newVersion }} - name: Commit Changes - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: Bumps version to ${{ github.event.inputs.newVersion }} - name: Create pull request into main