Skip to content

Commit ed5fd04

Browse files
authored
Merge pull request #16 from SixLabors/dependabot/github_actions/actions/setup-dotnet-4
Bump actions/setup-dotnet from 3 to 4
2 parents 5585d1e + a937a07 commit ed5fd04

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
@@ -83,7 +83,7 @@ jobs:
8383
restore-keys: ${{ runner.os }}-nuget-
8484

8585
- name: DotNet Setup
86-
uses: actions/setup-dotnet@v3
86+
uses: actions/setup-dotnet@v4
8787
with:
8888
dotnet-version: |
8989
6.0.x

0 commit comments

Comments
 (0)