File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -26,13 +26,13 @@ jobs:
26
26
dotnet-version : 6.0.x
27
27
28
28
- name : Install GitVersion
29
- uses : gittools/actions/gitversion/setup@v3.0 .1
29
+ uses : gittools/actions/gitversion/setup@v3.1 .1
30
30
with :
31
- versionSpec : ' 6.x '
31
+ versionSpec : ' 6.0.5 '
32
32
33
33
- name : Determine Version
34
34
id : gitversion
35
- uses : gittools/actions/gitversion/execute@v3.0 .1
35
+ uses : gittools/actions/gitversion/execute@v3.1 .1
36
36
with :
37
37
useConfigFile : true
38
38
Original file line number Diff line number Diff line change @@ -24,13 +24,13 @@ jobs:
24
24
dotnet-version : 6.0.x
25
25
26
26
- name : Install GitVersion
27
- uses : gittools/actions/gitversion/setup@v3.0 .1
27
+ uses : gittools/actions/gitversion/setup@v3.1 .1
28
28
with :
29
- versionSpec : ' 6.x '
29
+ versionSpec : ' 6.0.5 '
30
30
31
31
- name : Determine Version
32
32
id : gitversion
33
- uses : gittools/actions/gitversion/execute@v3.0 .1
33
+ uses : gittools/actions/gitversion/execute@v3.1 .1
34
34
with :
35
35
useConfigFile : true
36
36
You can’t perform that action at this time.
0 commit comments