Skip to content

Commit 103ac2a

Browse files
Merge pull request #60 from MakingSense/dependabot/github_actions/actions/setup-dotnet-3.0.1
2 parents 90bb783 + dc604f5 commit 103ac2a

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
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
fetch-depth: 0
1818
- name: Setup .NET
19-
uses: actions/setup-dotnet@v2
19+
uses: actions/setup-dotnet@v3
2020
with:
2121
dotnet-version: 7.0.x
2222
- name: Restore dependencies

0 commit comments

Comments
 (0)