Skip to content

Commit 2b1e62a

Browse files
authored
Merge pull request #32 from SixLabors/dependabot/github_actions/actions/setup-dotnet-5
Bump actions/setup-dotnet from 4 to 5
2 parents 70c7fb1 + 22f731f commit 2b1e62a

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
@@ -69,7 +69,7 @@ jobs:
6969
restore-keys: ${{ runner.os }}-nuget-
7070

7171
- name: DotNet Setup
72-
uses: actions/setup-dotnet@v4
72+
uses: actions/setup-dotnet@v5
7373
with:
7474
dotnet-version: |
7575
8.0.x

0 commit comments

Comments
 (0)