Skip to content

Commit 9ed5ca0

Browse files
chore(deps): bump gittools/actions from 3.2.1 to 4.0.0 (#246)
* chore(deps): bump gittools/actions from 3.2.1 to 4.0.0 Bumps [gittools/actions](https://github.com/gittools/actions) from 3.2.1 to 4.0.0. - [Release notes](https://github.com/gittools/actions/releases) - [Changelog](https://github.com/GitTools/actions/blob/main/GitReleaseManager.yml) - [Commits](GitTools/actions@v3.2.1...v4.0.0) --- updated-dependencies: - dependency-name: gittools/actions dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * fix: Use latest version of 6.x --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Martin Stühmer <[email protected]>
1 parent 918fcbc commit 9ed5ca0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/step-dotnet-version.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ jobs:
4444
dotnet-quality: ${{ inputs.dotnet-quality }}
4545

4646
- name: Install GitVersion
47-
uses: gittools/actions/gitversion/setup@v3.2.1
47+
uses: gittools/actions/gitversion/setup@v4.0.0
4848
with:
49-
versionSpec: '6.0.5'
49+
versionSpec: '6.x'
5050

5151
- name: Determine Version
5252
id: gitversion
53-
uses: gittools/actions/gitversion/execute@v3.2.1
53+
uses: gittools/actions/gitversion/execute@v4.0.0
5454
with:
5555
useConfigFile: true

0 commit comments

Comments
 (0)