Skip to content

Commit 79b4b65

Browse files
Merge pull request #437 from milkshakesoftware/dependabot/github_actions/actions/setup-dotnet-5.0.0
2 parents 134772f + 989fdb0 commit 79b4b65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v5.0.0
1717

1818
- name: Setup .NET Core
19-
uses: actions/setup-dotnet@v4.3.1
19+
uses: actions/setup-dotnet@v5.0.0
2020
with:
2121
dotnet-version: 3.1.101
2222

0 commit comments

Comments
 (0)