Skip to content

Commit 1faa511

Browse files
chore(deps): bump gittools/actions from 4.1.0 to 4.2.0 (#366)
Bumps [gittools/actions](https://github.com/gittools/actions) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/gittools/actions/releases) - [Changelog](https://github.com/GitTools/actions/blob/main/GitReleaseManager.yml) - [Commits](GitTools/actions@v4.1.0...v4.2.0) --- updated-dependencies: - dependency-name: gittools/actions dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f9112d1 commit 1faa511

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

4646
- name: Install GitVersion
47-
uses: gittools/actions/gitversion/setup@v4.1.0
47+
uses: gittools/actions/gitversion/setup@v4.2.0
4848
with:
4949
versionSpec: '6.x'
5050

5151
- name: Determine Version
5252
id: gitversion
53-
uses: gittools/actions/gitversion/execute@v4.1.0
53+
uses: gittools/actions/gitversion/execute@v4.2.0

0 commit comments

Comments
 (0)