Skip to content

Commit a8bbcdb

Browse files
authored
Merge pull request #5 from Owen-Krueger/dependabot/github_actions/actions/setup-dotnet-5
Bump actions/setup-dotnet from 4 to 5
2 parents ccbf07a + 20a02d1 commit a8bbcdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
shell: pwsh
3030

3131
- name: Setup .NET 8.0
32-
uses: actions/setup-dotnet@v4
32+
uses: actions/setup-dotnet@v5
3333
with:
3434
dotnet-version: 8.0.x
3535

0 commit comments

Comments
 (0)