Browse Source
Merge pull request #2613 from SixLabors/dependabot/github_actions/actions/setup-dotnet-4
Bump actions/setup-dotnet from 3 to 4
pull/2623/head
James Jackson-South
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
3 additions and
3 deletions
-
.github/workflows/build-and-test.yml
-
.github/workflows/code-coverage.yml
|
|
|
@ -89,14 +89,14 @@ jobs: |
|
|
|
|
|
|
|
- name: DotNet Setup |
|
|
|
if: ${{ matrix.options.sdk-preview != true }} |
|
|
|
uses: actions/setup-dotnet@v3 |
|
|
|
uses: actions/setup-dotnet@v4 |
|
|
|
with: |
|
|
|
dotnet-version: | |
|
|
|
8.0.x |
|
|
|
|
|
|
|
- name: DotNet Setup Preview |
|
|
|
if: ${{ matrix.options.sdk-preview == true }} |
|
|
|
uses: actions/setup-dotnet@v3 |
|
|
|
uses: actions/setup-dotnet@v4 |
|
|
|
with: |
|
|
|
dotnet-version: | |
|
|
|
8.0.x |
|
|
|
|
|
|
|
@ -55,7 +55,7 @@ jobs: |
|
|
|
restore-keys: ${{ runner.os }}-nuget- |
|
|
|
|
|
|
|
- name: DotNet Setup |
|
|
|
uses: actions/setup-dotnet@v3 |
|
|
|
uses: actions/setup-dotnet@v4 |
|
|
|
with: |
|
|
|
dotnet-version: | |
|
|
|
8.0.x |
|
|
|
|