diff --git a/.github/workflows/bump-version.yaml b/.github/workflows/bump-version.yaml index fbb69139..9af15113 100644 --- a/.github/workflows/bump-version.yaml +++ b/.github/workflows/bump-version.yaml @@ -109,7 +109,7 @@ jobs: - name: Commit pre-commit changes if: steps.command.outputs.command-name == 'bump' - uses: stefanzweifel/git-auto-commit-action@e348103e9026cc0eee72ae06630dbe30c8bf7a79 # v5 + uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5 with: commit_message: Bump version to ${{ steps.semver.outputs.new_version }} commit_options: '-s'