This repository was archived by the owner on Dec 20, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -44,17 +44,17 @@ jobs:
44
44
uses : actions/checkout@v2
45
45
- name : Fetch all tags and branches
46
46
run : git fetch --prune --unshallow
47
- - uses : actions/setup-dotnet@v1.9.1
47
+ - uses : actions/setup-dotnet@v2.0.0
48
48
with :
49
49
# codecov needs 2.1
50
50
dotnet-version : ' 2.1.818'
51
- - uses : actions/setup-dotnet@v1.9.1
51
+ - uses : actions/setup-dotnet@v2.0.0
52
52
with :
53
53
dotnet-version : ' 3.1.x'
54
- - uses : actions/setup-dotnet@v1.9.1
54
+ - uses : actions/setup-dotnet@v2.0.0
55
55
with :
56
56
dotnet-version : ' 5.0.x'
57
- - uses : actions/setup-dotnet@v1.9.1
57
+ - uses : actions/setup-dotnet@v2.0.0
58
58
with :
59
59
dotnet-version : ' 6.0.x'
60
60
- name : Cache Tools
Original file line number Diff line number Diff line change @@ -34,17 +34,17 @@ jobs:
34
34
with :
35
35
fetch-depth : 0
36
36
37
- - uses : actions/setup-dotnet@v1.9.1
37
+ - uses : actions/setup-dotnet@v2.0.0
38
38
with :
39
39
# codecov needs 2.1
40
40
dotnet-version : ' 2.1.818'
41
- - uses : actions/setup-dotnet@v1.9.1
41
+ - uses : actions/setup-dotnet@v2.0.0
42
42
with :
43
43
dotnet-version : ' 3.1.x'
44
- - uses : actions/setup-dotnet@v1.9.1
44
+ - uses : actions/setup-dotnet@v2.0.0
45
45
with :
46
46
dotnet-version : ' 5.0.x'
47
- - uses : actions/setup-dotnet@v1.9.1
47
+ - uses : actions/setup-dotnet@v2.0.0
48
48
with :
49
49
dotnet-version : ' 6.0.x'
50
50
You can’t perform that action at this time.
0 commit comments