Skip to content

Commit bcc700a

Browse files
Merge pull request #200 from EverestAPI/dependabot/github_actions/actions/setup-dotnet-3
2 parents eb93da2 + ec25f70 commit bcc700a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/autobuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
grep "" matches.txt && exit 1 || echo "No trailing space found!"
2525
2626
- name: Setup .NET Core
27-
uses: actions/setup-dotnet@v1
27+
uses: actions/setup-dotnet@v3
2828
with:
2929
dotnet-version: 2.2.108
3030

0 commit comments

Comments
 (0)