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 22
22
fetch-depth : 0 # Indicate full history so Nerdbank.GitVersioning works.
23
23
24
24
- name : Setup .NET
25
- uses : actions/setup-dotnet@v2
25
+ uses : actions/setup-dotnet@v3.0.0
26
26
with :
27
27
dotnet-version : 6.0.201
28
28
Original file line number Diff line number Diff line change 21
21
fetch-depth : 0 # Indicate full history so Nerdbank.GitVersioning works.
22
22
23
23
- name : Set up dotnet
24
- uses : actions/setup-dotnet@v2
24
+ uses : actions/setup-dotnet@v3.0.0
25
25
with :
26
26
dotnet-version : 6.0.201
27
27
@@ -145,7 +145,7 @@ jobs:
145
145
fetch-depth : 0 # Indicate full history so Nerdbank.GitVersioning works.
146
146
147
147
- name : Set up dotnet
148
- uses : actions/setup-dotnet@v2
148
+ uses : actions/setup-dotnet@v3.0.0
149
149
with :
150
150
dotnet-version : 6.0.201
151
151
@@ -259,7 +259,7 @@ jobs:
259
259
fetch-depth : 0 # Indicate full history so Nerdbank.GitVersioning works.
260
260
261
261
- name : Set up dotnet
262
- uses : actions/setup-dotnet@v2
262
+ uses : actions/setup-dotnet@v3.0.0
263
263
with :
264
264
dotnet-version : 6.0.201
265
265
@@ -367,7 +367,7 @@ jobs:
367
367
fetch-depth : 0 # Indicate full history so Nerdbank.GitVersioning works.
368
368
369
369
- name : Setup .NET
370
- uses : actions/setup-dotnet@v2
370
+ uses : actions/setup-dotnet@v3.0.0
371
371
with :
372
372
dotnet-version : 6.0.201
373
373
@@ -515,7 +515,7 @@ jobs:
515
515
fetch-depth : 0 # Indicate full history so Nerdbank.GitVersioning works.
516
516
517
517
- name : Set up dotnet
518
- uses : actions/setup-dotnet@v2
518
+ uses : actions/setup-dotnet@v3.0.0
519
519
with :
520
520
dotnet-version : 6.0.201
521
521
You can’t perform that action at this time.
0 commit comments