Skip to content

Commit

Permalink
Merge pull request #16 from SixLabors/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/setup-dotnet-4

Bump actions/setup-dotnet from 3 to 4
  • Loading branch information
brianpopow authored Jun 22, 2024
2 parents 5585d1e + a937a07 commit ed5fd04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
restore-keys: ${{ runner.os }}-nuget-

- name: DotNet Setup
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
6.0.x
Expand Down

0 comments on commit ed5fd04

Please sign in to comment.