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