Skip to content

Commit 7a3802f

Browse files
dependabot[bot]danzuep
authored andcommitted
Bump gittools/actions from 3.0.3 to 3.1.11
Bumps [gittools/actions](https://github.com/gittools/actions) from 3.0.3 to 3.1.11. - [Release notes](https://github.com/gittools/actions/releases) - [Changelog](https://github.com/GitTools/actions/blob/main/GitReleaseManager.yml) - [Commits](GitTools/actions@v3.0.3...v3.1.11) --- updated-dependencies: - dependency-name: gittools/actions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 23201e9 commit 7a3802f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/_build-test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
# https://github.com/GitTools/actions/blob/main/docs/examples/github/gitversion/setup/usage-examples.md#example-1
4343
- name: Set up GitVersion
4444
if: ${{ inputs.environment == 'release' }}
45-
uses: gittools/actions/gitversion/setup@v3.0.3
45+
uses: gittools/actions/gitversion/setup@v3.1.11
4646
with:
4747
versionSpec: '5.x'
4848

@@ -51,7 +51,7 @@ jobs:
5151
- name: Use GitVersion to determine version
5252
if: ${{ inputs.environment == 'release' }}
5353
id: gitversion # step id used as reference for output values
54-
uses: gittools/actions/gitversion/execute@v3.0.3
54+
uses: gittools/actions/gitversion/execute@v3.1.11
5555

5656
# pwsh> dotnet-gitversion | ConvertFrom-Json
5757
# https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#adding-a-job-summary

0 commit comments

Comments
 (0)