File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 42
42
# https://github.com/GitTools/actions/blob/main/docs/examples/github/gitversion/setup/usage-examples.md#example-1
43
43
- name : Set up GitVersion
44
44
if : ${{ inputs.environment == 'release' }}
45
- uses : gittools/actions/gitversion/setup@v3.0.3
45
+ uses : gittools/actions/gitversion/setup@v3.1.11
46
46
with :
47
47
versionSpec : ' 5.x'
48
48
51
51
- name : Use GitVersion to determine version
52
52
if : ${{ inputs.environment == 'release' }}
53
53
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
55
55
56
56
# pwsh> dotnet-gitversion | ConvertFrom-Json
57
57
# https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#adding-a-job-summary
You can’t perform that action at this time.
0 commit comments