File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
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.0
29
+ uses : gittools/actions/gitversion/setup@v3.0.1
30
30
with :
31
31
versionSpec : ' 6.x'
32
32
33
33
- name : Determine Version
34
34
id : gitversion
35
- uses : gittools/actions/gitversion/execute@v3.0.0
35
+ uses : gittools/actions/gitversion/execute@v3.0.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.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
You can’t perform that action at this time.
0 commit comments