Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.

Commit 8cb7db5

Browse files
committed
Update actions/setup-dotnet
1 parent 112c201 commit 8cb7db5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ jobs:
2222
with:
2323
fetch-depth: 0
2424
- name: Setup .NET Core 2.1
25-
uses: actions/setup-dotnet@v1.5.0
25+
uses: actions/setup-dotnet@v1.7.2
2626
with:
2727
dotnet-version: 2.1.806
2828
- name: Setup .NET Core 3.1
29-
uses: actions/setup-dotnet@v1.5.0
29+
uses: actions/setup-dotnet@v1.7.2
3030
with:
3131
dotnet-version: 3.1.300
3232
- name: .net SxS Unix

0 commit comments

Comments
 (0)