Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump gittools/actions from 3.1.11 to 3.2.1
Bumps [gittools/actions](https://github.com/gittools/actions) from 3.1.11 to 3.2.1.
- [Release notes](https://github.com/gittools/actions/releases)
- [Changelog](https://github.com/GitTools/actions/blob/main/GitReleaseManager.yml)
- [Commits](GitTools/actions@v3.1.11...v3.2.1)

---
updated-dependencies:
- dependency-name: gittools/actions
  dependency-version: 3.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 1, 2025
commit fcaa900e3fcc88565f65a2cfbd7cd3d0536ae415
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
with:
fetch-depth: 0

- uses: gittools/actions/gitversion/setup@v3.1.11
- uses: gittools/actions/gitversion/setup@v3.2.1
with:
versionSpec: 5.x

- id: gitversion
uses: gittools/actions/gitversion/execute@v3.1.11
uses: gittools/actions/gitversion/execute@v3.2.1

- uses: actions/setup-dotnet@v4
with:
Expand Down
Loading