diff --git a/.github/workflows/bump-version.yaml b/.github/workflows/bump-version.yaml index 8c9331c8..009c8f89 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@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5 + uses: stefanzweifel/git-auto-commit-action@3cc016cfc892e0844046da36fc68da4e525e081f # v6 with: commit_message: Bump version to ${{ steps.semver.outputs.new_version }} commit_options: '-s'