Skip to content

Commit e08037d

Browse files
Merge pull request #418 from milkshakesoftware/dependabot/github_actions/actions/setup-dotnet-4.2.0
2 parents 3c70622 + ad28e0c commit e08037d

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.1.0
19+
uses: actions/setup-dotnet@v4.2.0
2020
with:
2121
dotnet-version: 3.1.101
2222
- name: Install dependencies

0 commit comments

Comments
 (0)