Skip to content

Commit 6f26b3c

Browse files
authored
Merge pull request #72 from SvenGroot/dependabot/github_actions/main/actions/setup-dotnet-5
Bump actions/setup-dotnet from 4 to 5
2 parents c321fb3 + 50f98af commit 6f26b3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v5
2121
- name: Setup .NET
22-
uses: actions/setup-dotnet@v4
22+
uses: actions/setup-dotnet@v5
2323
with:
2424
dotnet-version: 8.0.x
2525
- name: Restore dependencies

0 commit comments

Comments
 (0)