Commit 5869c72 1 parent 23b2782 commit 5869c72 Copy full SHA for 5869c72
File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -38,13 +38,13 @@ jobs:
38
38
fetch-depth : 0
39
39
40
40
- name : Install GitVersion
41
- uses : gittools/actions/gitversion/setup@v2
41
+ uses : gittools/actions/gitversion/setup@v3
42
42
with :
43
43
versionSpec : " 5.x"
44
44
45
45
- name : Determine version
46
46
id : gitversion
47
- uses : gittools/actions/gitversion/execute@v2
47
+ uses : gittools/actions/gitversion/execute@v3
48
48
49
49
- name : Set version tag
50
50
id : versiontag
Original file line number Diff line number Diff line change @@ -32,13 +32,13 @@ jobs:
32
32
fetch-depth : 0
33
33
34
34
- name : Install GitVersion
35
- uses : gittools/actions/gitversion/setup@v2
35
+ uses : gittools/actions/gitversion/setup@v3
36
36
with :
37
37
versionSpec : " 5.x"
38
38
39
39
- name : Determine version
40
40
id : gitversion
41
- uses : gittools/actions/gitversion/execute@v2
41
+ uses : gittools/actions/gitversion/execute@v3
42
42
43
43
- name : Set version tag
44
44
id : versiontag
Original file line number Diff line number Diff line change @@ -32,13 +32,13 @@ jobs:
32
32
fetch-depth : 0
33
33
34
34
- name : Install GitVersion
35
- uses : gittools/actions/gitversion/setup@v2
35
+ uses : gittools/actions/gitversion/setup@v3
36
36
with :
37
37
versionSpec : " 5.x"
38
38
39
39
- name : Determine version
40
40
id : gitversion
41
- uses : gittools/actions/gitversion/execute@v2
41
+ uses : gittools/actions/gitversion/execute@v3
42
42
43
43
- name : Set version tag
44
44
id : versiontag
You can’t perform that action at this time.
0 commit comments