File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 42
42
uses : actions/checkout@v2
43
43
with :
44
44
fetch-depth : 0
45
- - uses : actions/setup-dotnet@v1
45
+ - uses : actions/setup-dotnet@v2
46
46
with :
47
47
dotnet-version : " 6.0.x"
48
48
92
92
with :
93
93
java-version : 1.11
94
94
95
- - uses : actions/setup-dotnet@v1
95
+ - uses : actions/setup-dotnet@v2
96
96
with :
97
97
dotnet-version : " 6.0.x"
98
98
@@ -177,7 +177,7 @@ jobs:
177
177
with :
178
178
fetch-depth : 0
179
179
180
- - uses : actions/setup-dotnet@v1
180
+ - uses : actions/setup-dotnet@v2
181
181
with :
182
182
dotnet-version : " 6.0.x"
183
183
@@ -256,7 +256,7 @@ jobs:
256
256
- name : Install grp
257
257
run : dotnet tool install gpr -g
258
258
259
- - uses : actions/setup-dotnet@v1
259
+ - uses : actions/setup-dotnet@v2
260
260
env :
261
261
NUGET_AUTH_TOKEN : ${{secrets.GITHUB_TOKEN}}
262
262
with :
@@ -281,7 +281,7 @@ jobs:
281
281
- name : Install grp
282
282
run : dotnet tool install gpr -g
283
283
284
- - uses : actions/setup-dotnet@v1
284
+ - uses : actions/setup-dotnet@v2
285
285
env :
286
286
NUGET_AUTH_TOKEN : ${{secrets.GITHUB_TOKEN}}
287
287
with :
You can’t perform that action at this time.
0 commit comments