Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump actions/setup-dotnet from 1.8.2 to 1.9.0 #1377

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 12 additions & 16 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,14 @@ jobs:
with:
lfs: true
fetch-depth: 0
- name: "Install .NET Core 3.1 SDK"
uses: actions/setup-dotnet@v1.8.2
- name: "Install .NET SDK 3.1 & 5.0"
uses: actions/setup-dotnet@v1.9.0
with:
dotnet-version: "3.1.x"
- name: "Install .NET Core 5.0 SDK"
uses: actions/setup-dotnet@v1.8.2
with:
dotnet-version: "5.0.x"
dotnet-version: |
3.1.x
5.0.x
- name: "Install .NET Core SDK"
uses: actions/setup-dotnet@v1.8.2
uses: actions/setup-dotnet@v1.9.0
- name: "Dotnet Tool Restore"
run: dotnet tool restore
shell: pwsh
Expand Down Expand Up @@ -71,16 +69,14 @@ jobs:
with:
lfs: true
fetch-depth: 0
- name: "Install .NET Core 3.1 SDK"
uses: actions/setup-dotnet@v1.8.2
with:
dotnet-version: "3.1.x"
- name: "Install .NET Core 5.0 SDK"
uses: actions/setup-dotnet@v1.8.2
- name: "Install .NET SDK 3.1 & 5.0"
uses: actions/setup-dotnet@v1.9.0
with:
dotnet-version: "5.0.x"
dotnet-version: |
3.1.x
5.0.x
- name: "Install .NET Core SDK"
uses: actions/setup-dotnet@v1.8.2
uses: actions/setup-dotnet@v1.9.0
- name: "Dotnet Tool Restore"
run: dotnet tool restore
shell: pwsh
Expand Down
4 changes: 2 additions & 2 deletions Source/ApiTemplate/.github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
lfs: true
fetch-depth: 0
- name: "Install .NET Core SDK"
uses: actions/setup-dotnet@v1.8.2
uses: actions/setup-dotnet@v1.9.0
- name: "Dotnet Tool Restore"
run: dotnet tool restore
shell: pwsh
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
lfs: true
fetch-depth: 0
- name: "Install .NET Core SDK"
uses: actions/setup-dotnet@v1.8.2
uses: actions/setup-dotnet@v1.9.0
- name: "Dotnet Tool Restore"
run: dotnet tool restore
shell: pwsh
Expand Down
4 changes: 2 additions & 2 deletions Source/GraphQLTemplate/.github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
lfs: true
fetch-depth: 0
- name: "Install .NET Core SDK"
uses: actions/setup-dotnet@v1.8.2
uses: actions/setup-dotnet@v1.9.0
- name: "Dotnet Tool Restore"
run: dotnet tool restore
shell: pwsh
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
lfs: true
fetch-depth: 0
- name: "Install .NET Core SDK"
uses: actions/setup-dotnet@v1.8.2
uses: actions/setup-dotnet@v1.9.0
- name: "Dotnet Tool Restore"
run: dotnet tool restore
shell: pwsh
Expand Down
2 changes: 1 addition & 1 deletion Source/NuGetTemplate/.github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
lfs: true
fetch-depth: 0
- name: "Install .NET Core SDK"
uses: actions/setup-dotnet@v1.8.2
uses: actions/setup-dotnet@v1.9.0
- name: "Dotnet Tool Restore"
run: dotnet tool restore
shell: pwsh
Expand Down
4 changes: 2 additions & 2 deletions Source/OrleansTemplate/.github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
lfs: true
fetch-depth: 0
- name: "Install .NET Core SDK"
uses: actions/setup-dotnet@v1.8.2
uses: actions/setup-dotnet@v1.9.0
- name: "Dotnet Tool Restore"
run: dotnet tool restore
shell: pwsh
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
lfs: true
fetch-depth: 0
- name: "Install .NET Core SDK"
uses: actions/setup-dotnet@v1.8.2
uses: actions/setup-dotnet@v1.9.0
- name: "Dotnet Tool Restore"
run: dotnet tool restore
shell: pwsh
Expand Down