Skip to content

Commit b21f9ce

Browse files
Bump gittools/actions from 4.1.0 to 4.2.0 in /.github/workflows
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] <support@github.com>
1 parent 9cf6a3a commit b21f9ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
driver: docker-container
3737

3838
- name: Install GitVersion
39-
uses: gittools/actions/gitversion/setup@v4.1.0
39+
uses: gittools/actions/gitversion/setup@v4.2.0
4040
with:
4141
versionSpec: "6.1.0"
4242

@@ -45,7 +45,7 @@ jobs:
4545

4646
- name: Determine Version
4747
id: gitversion
48-
uses: gittools/actions/gitversion/execute@v4.1.0
48+
uses: gittools/actions/gitversion/execute@v4.2.0
4949
with:
5050
useConfigFile: true
5151
configFilePath: ci/git-version.yml

0 commit comments

Comments
 (0)