Skip to content

Commit e0fe6ac

Browse files
renovate-botRehanSaeed
authored andcommitted
Update actions/setup-dotnet action to v2
1 parent 8a5a44e commit e0fe6ac

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ jobs:
3434
lfs: true
3535
fetch-depth: 0
3636
- name: "Install .NET SDK 3.1 & 5.0"
37-
uses: actions/setup-dotnet@v1.9.1
37+
uses: actions/setup-dotnet@v2.0.0
3838
with:
3939
dotnet-version: |
4040
3.1.x
4141
5.0.x
4242
- name: "Install .NET Core SDK"
43-
uses: actions/setup-dotnet@v1.9.1
43+
uses: actions/setup-dotnet@v2.0.0
4444
- name: "Dotnet Tool Restore"
4545
run: dotnet tool restore
4646
shell: pwsh
@@ -70,13 +70,13 @@ jobs:
7070
lfs: true
7171
fetch-depth: 0
7272
- name: "Install .NET SDK 3.1 & 5.0"
73-
uses: actions/setup-dotnet@v1.9.1
73+
uses: actions/setup-dotnet@v2.0.0
7474
with:
7575
dotnet-version: |
7676
3.1.x
7777
5.0.x
7878
- name: "Install .NET Core SDK"
79-
uses: actions/setup-dotnet@v1.9.1
79+
uses: actions/setup-dotnet@v2.0.0
8080
- name: "Dotnet Tool Restore"
8181
run: dotnet tool restore
8282
shell: pwsh

Source/ApiTemplate/.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
lfs: true
3535
fetch-depth: 0
3636
- name: "Install .NET Core SDK"
37-
uses: actions/setup-dotnet@v1.9.1
37+
uses: actions/setup-dotnet@v2.0.0
3838
- name: "Dotnet Tool Restore"
3939
run: dotnet tool restore
4040
shell: pwsh
@@ -88,7 +88,7 @@ jobs:
8888
lfs: true
8989
fetch-depth: 0
9090
- name: "Install .NET Core SDK"
91-
uses: actions/setup-dotnet@v1.9.1
91+
uses: actions/setup-dotnet@v2.0.0
9292
- name: "Dotnet Tool Restore"
9393
run: dotnet tool restore
9494
shell: pwsh

Source/GraphQLTemplate/.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
lfs: true
3535
fetch-depth: 0
3636
- name: "Install .NET Core SDK"
37-
uses: actions/setup-dotnet@v1.9.1
37+
uses: actions/setup-dotnet@v2.0.0
3838
- name: "Dotnet Tool Restore"
3939
run: dotnet tool restore
4040
shell: pwsh
@@ -88,7 +88,7 @@ jobs:
8888
lfs: true
8989
fetch-depth: 0
9090
- name: "Install .NET Core SDK"
91-
uses: actions/setup-dotnet@v1.9.1
91+
uses: actions/setup-dotnet@v2.0.0
9292
- name: "Dotnet Tool Restore"
9393
run: dotnet tool restore
9494
shell: pwsh

Source/NuGetTemplate/.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
lfs: true
3535
fetch-depth: 0
3636
- name: "Install .NET Core SDK"
37-
uses: actions/setup-dotnet@v1.9.1
37+
uses: actions/setup-dotnet@v2.0.0
3838
- name: "Dotnet Tool Restore"
3939
run: dotnet tool restore
4040
shell: pwsh

Source/OrleansTemplate/.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
lfs: true
3535
fetch-depth: 0
3636
- name: "Install .NET Core SDK"
37-
uses: actions/setup-dotnet@v1.9.1
37+
uses: actions/setup-dotnet@v2.0.0
3838
- name: "Dotnet Tool Restore"
3939
run: dotnet tool restore
4040
shell: pwsh
@@ -88,7 +88,7 @@ jobs:
8888
lfs: true
8989
fetch-depth: 0
9090
- name: "Install .NET Core SDK"
91-
uses: actions/setup-dotnet@v1.9.1
91+
uses: actions/setup-dotnet@v2.0.0
9292
- name: "Dotnet Tool Restore"
9393
run: dotnet tool restore
9494
shell: pwsh

0 commit comments

Comments
 (0)