Skip to content

Commit a46f97a

Browse files
Merge pull request #43 from SixLabors/dependabot/github_actions/actions/setup-dotnet-4
Bump actions/setup-dotnet from 3 to 4
2 parents 1c526a9 + cbaf0bf commit a46f97a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

5454
- name: DotNet Setup
55-
uses: actions/setup-dotnet@v3
55+
uses: actions/setup-dotnet@v4
5656
with:
5757
dotnet-version: |
5858
8.0.x

0 commit comments

Comments
 (0)