File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
.github/actions/versioning Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 55 description : ' Version of GitVersion'
66 required : true
77 default : 6.0.x
8- git-action-version :
9- description : ' Version of GitVersion action'
10- required : true
11- default : v3.1.11
128 is-release :
139 description : ' Release flag'
1410 required : false
@@ -34,13 +30,13 @@ runs:
3430 with :
3531 fetch-depth : 0
3632 - name : Install GitVersion ${{ inputs.git-version }}
37- uses : gittools/actions/gitversion/setup@${{ inputs.git-version }}
33+ uses : gittools/actions/gitversion/setup@v3.1.11
3834 with :
3935 versionSpec : ${{ inputs.git-version }}
4036 preferLatestVersion : true
4137 - name : Calculate version with GitVersion ${{ inputs.git-version }}
4238 id : gitversion
43- uses : gittools/actions/gitversion/execute@${{ inputs.git-action-version }}
39+ uses : gittools/actions/gitversion/execute@v3.1.11
4440 with :
4541 useConfigFile : true
4642 configFilePath : ./.gitversion/version.yml
You can’t perform that action at this time.
0 commit comments