Skip to content

Commit 3c70622

Browse files
Merge pull request #416 from milkshakesoftware/dependabot/github_actions/actions/setup-dotnet-4.1.0
2 parents c658f2f + d3a8ef0 commit 3c70622

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
steps:
1717
- uses: actions/checkout@v4.2.2
1818
- name: Setup .NET Core
19-
uses: actions/setup-dotnet@v4.0.1
19+
uses: actions/setup-dotnet@v4.1.0
2020
with:
2121
dotnet-version: 3.1.101
2222
- name: Install dependencies

0 commit comments

Comments
 (0)