Skip to content

Commit 3fd0d70

Browse files
Merge pull request #2613 from SixLabors/dependabot/github_actions/actions/setup-dotnet-4
Bump actions/setup-dotnet from 3 to 4
2 parents 5119311 + 75b9d88 commit 3fd0d70

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,14 +89,14 @@ jobs:
8989

9090
- name: DotNet Setup
9191
if: ${{ matrix.options.sdk-preview != true }}
92-
uses: actions/setup-dotnet@v3
92+
uses: actions/setup-dotnet@v4
9393
with:
9494
dotnet-version: |
9595
8.0.x
9696
9797
- name: DotNet Setup Preview
9898
if: ${{ matrix.options.sdk-preview == true }}
99-
uses: actions/setup-dotnet@v3
99+
uses: actions/setup-dotnet@v4
100100
with:
101101
dotnet-version: |
102102
8.0.x

.github/workflows/code-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
restore-keys: ${{ runner.os }}-nuget-
5656

5757
- name: DotNet Setup
58-
uses: actions/setup-dotnet@v3
58+
uses: actions/setup-dotnet@v4
5959
with:
6060
dotnet-version: |
6161
8.0.x

0 commit comments

Comments
 (0)