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 5
5
description : ' Version of GitVersion'
6
6
required : true
7
7
default : 6.0.x
8
- git-action-version :
9
- description : ' Version of GitVersion action'
10
- required : true
11
- default : v3.1.11
12
8
is-release :
13
9
description : ' Release flag'
14
10
required : false
@@ -34,13 +30,13 @@ runs:
34
30
with :
35
31
fetch-depth : 0
36
32
- name : Install GitVersion ${{ inputs.git-version }}
37
- uses : gittools/actions/gitversion/setup@${{ inputs.git-version }}
33
+ uses : gittools/actions/gitversion/setup@v3.1.11
38
34
with :
39
35
versionSpec : ${{ inputs.git-version }}
40
36
preferLatestVersion : true
41
37
- name : Calculate version with GitVersion ${{ inputs.git-version }}
42
38
id : gitversion
43
- uses : gittools/actions/gitversion/execute@${{ inputs.git-action-version }}
39
+ uses : gittools/actions/gitversion/execute@v3.1.11
44
40
with :
45
41
useConfigFile : true
46
42
configFilePath : ./.gitversion/version.yml
You can’t perform that action at this time.
0 commit comments