Skip to content

Commit 4d12ab0

Browse files
committed
(build deps): Bump actions/setup-dotnet from 1 to 2
1 parent 5471212 commit 4d12ab0

File tree

4 files changed

+18
-25
lines changed

4 files changed

+18
-25
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
key: run-${{ runner.os }}-${{ hashFiles('./build/**') }}
5353
-
5454
name: Install .NET SDK 6.0.x
55-
uses: actions/setup-dotnet@v1
55+
uses: actions/setup-dotnet@v2
5656
with:
5757
dotnet-version: '6.0.x'
5858
-
@@ -91,7 +91,7 @@ jobs:
9191
key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }}
9292
-
9393
name: Install .NET SDK 6.0.x
94-
uses: actions/setup-dotnet@v1
94+
uses: actions/setup-dotnet@v2
9595
with:
9696
dotnet-version: '6.0.x'
9797
-
@@ -154,7 +154,7 @@ jobs:
154154
key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }}
155155
-
156156
name: Install .NET SDK 6.0.x
157-
uses: actions/setup-dotnet@v1
157+
uses: actions/setup-dotnet@v2
158158
with:
159159
dotnet-version: '6.0.x'
160160
-
@@ -199,7 +199,7 @@ jobs:
199199
path: ${{ github.workspace }}/artifacts/packages/nuget
200200
-
201201
name: Install .NET SDK 6.0.x
202-
uses: actions/setup-dotnet@v1
202+
uses: actions/setup-dotnet@v2
203203
with:
204204
dotnet-version: '6.0.x'
205205
-
@@ -259,7 +259,7 @@ jobs:
259259
install: true
260260
-
261261
name: Install .NET SDK 6.0.x
262-
uses: actions/setup-dotnet@v1
262+
uses: actions/setup-dotnet@v2
263263
with:
264264
dotnet-version: '6.0.x'
265265
-
@@ -317,7 +317,7 @@ jobs:
317317
install: true
318318
-
319319
name: Install .NET SDK 6.0.x
320-
uses: actions/setup-dotnet@v1
320+
uses: actions/setup-dotnet@v2
321321
with:
322322
dotnet-version: '6.0.x'
323323
-
@@ -407,7 +407,7 @@ jobs:
407407
path: ${{ github.workspace }}/artifacts/packages/nuget
408408
-
409409
name: Install .NET SDK 6.0.x
410-
uses: actions/setup-dotnet@v1
410+
uses: actions/setup-dotnet@v2
411411
with:
412412
dotnet-version: '6.0.x'
413413
-
@@ -461,7 +461,7 @@ jobs:
461461
path: ${{ github.workspace }}/artifacts/packages/native
462462
-
463463
name: Install .NET SDK 6.0.x
464-
uses: actions/setup-dotnet@v1
464+
uses: actions/setup-dotnet@v2
465465
with:
466466
dotnet-version: '6.0.x'
467467
-

.github/workflows/codeql-analysis.yml

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -51,21 +51,14 @@ jobs:
5151
key: run-${{ runner.os }}-${{ hashFiles('./build/**') }}
5252

5353
-
54-
name: Install .NET Core SDK 3.1.x
55-
uses: actions/setup-dotnet@v1
54+
name: Install .NET SDKs
55+
uses: actions/setup-dotnet@v2
5656
with:
57-
dotnet-version: '3.1.x'
57+
dotnet-version: |
58+
3.1.x
59+
5.0.x
60+
6.0.x
5861
59-
-
60-
name: Install .NET SDK 5.0.x
61-
uses: actions/setup-dotnet@v1
62-
with:
63-
dotnet-version: '5.0.x'
64-
-
65-
name: Install .NET SDK 6.0.x
66-
uses: actions/setup-dotnet@v1
67-
with:
68-
dotnet-version: '6.0.x'
6962
-
7063
name: '[Prepare]'
7164
if: steps.cache-cake.outputs.cache-hit != 'true'

.github/workflows/docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
restore-keys: node-${{ runner.os }}
6565
-
6666
name: Install .NET SDK 6.0.x
67-
uses: actions/setup-dotnet@v1
67+
uses: actions/setup-dotnet@v2
6868
with:
6969
dotnet-version: '6.0.x'
7070
-
@@ -98,7 +98,7 @@ jobs:
9898
key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }}
9999
-
100100
name: Install .NET SDK 6.0.x
101-
uses: actions/setup-dotnet@v1
101+
uses: actions/setup-dotnet@v2
102102
with:
103103
dotnet-version: '6.0.x'
104104
-
@@ -155,7 +155,7 @@ jobs:
155155
key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }}
156156
-
157157
name: Install .NET SDK 6.0.x
158-
uses: actions/setup-dotnet@v1
158+
uses: actions/setup-dotnet@v2
159159
with:
160160
dotnet-version: '6.0.x'
161161
-

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/[email protected]
2828
-
2929
name: Setup .NET SDK
30-
uses: actions/setup-dotnet@v1.8.2
30+
uses: actions/setup-dotnet@v2
3131
with:
3232
dotnet-version: '6.0.x'
3333
-

0 commit comments

Comments
 (0)