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 @@ -24,13 +24,13 @@ jobs:
24
24
dotnet-version : 8.0.x
25
25
26
26
- name : Install GitVersion
27
- uses : gittools/actions/gitversion/setup@v3.1.11
27
+ uses : gittools/actions/gitversion/setup@v3.2.1
28
28
with :
29
29
versionSpec : ' 6.0.5'
30
30
31
31
- name : Determine Version
32
32
id : gitversion
33
- uses : gittools/actions/gitversion/execute@v3.1.11
33
+ uses : gittools/actions/gitversion/execute@v3.2.1
34
34
with :
35
35
useConfigFile : true
36
36
@@ -81,13 +81,13 @@ jobs:
81
81
dotnet tool update dotnet-sonarscanner --tool-path .\.sonar\scanner
82
82
83
83
- name : Install GitVersion
84
- uses : gittools/actions/gitversion/setup@v3.1.11
84
+ uses : gittools/actions/gitversion/setup@v3.2.1
85
85
with :
86
86
versionSpec : ' 6.0.5'
87
87
88
88
- name : Determine Version
89
89
id : gitversion
90
- uses : gittools/actions/gitversion/execute@v3.1.11
90
+ uses : gittools/actions/gitversion/execute@v3.2.1
91
91
with :
92
92
useConfigFile : true
93
93
Original file line number Diff line number Diff line change @@ -23,13 +23,13 @@ jobs:
23
23
dotnet-version : 8.0.x
24
24
25
25
- name : Install GitVersion
26
- uses : gittools/actions/gitversion/setup@v3.1.11
26
+ uses : gittools/actions/gitversion/setup@v3.2.1
27
27
with :
28
28
versionSpec : ' 6.0.5'
29
29
30
30
- name : Determine Version
31
31
id : gitversion
32
- uses : gittools/actions/gitversion/execute@v3.1.11
32
+ uses : gittools/actions/gitversion/execute@v3.2.1
33
33
with :
34
34
useConfigFile : true
35
35
You can’t perform that action at this time.
0 commit comments