Skip to content

Commit 5b8fe24

Browse files
Bump gittools/actions from 3.1.11 to 3.2.0 in /.github/workflows
Bumps [gittools/actions](https://github.com/gittools/actions) from 3.1.11 to 3.2.0. - [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.0) --- updated-dependencies: - dependency-name: gittools/actions dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5dedeb0 commit 5b8fe24

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
@@ -35,7 +35,7 @@ jobs:
3535
driver: docker-container
3636

3737
- name: Install GitVersion
38-
uses: gittools/actions/gitversion/setup@v3.1.11
38+
uses: gittools/actions/gitversion/setup@v3.2.0
3939
with:
4040
versionSpec: "6.0.0"
4141

@@ -44,7 +44,7 @@ jobs:
4444

4545
- name: Determine Version
4646
id: gitversion
47-
uses: gittools/actions/gitversion/execute@v3.1.11
47+
uses: gittools/actions/gitversion/execute@v3.2.0
4848
with:
4949
useConfigFile: true
5050
configFilePath: ci/git-version.yml

0 commit comments

Comments
 (0)