Skip to content

Commit b655a35

Browse files
Update CI SDKs
1 parent 17e9138 commit b655a35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ jobs:
3232
runs-on: ${{ matrix.job.os }}
3333
steps:
3434
- name: Setup net5.0
35-
uses: actions/setup-dotnet@v1.7.2
35+
uses: actions/setup-dotnet@v1.8.1
3636
with:
37-
dotnet-version: "5.0.201"
37+
dotnet-version: "5.0.400"
3838
- name: Run dotnet --info
3939
run: dotnet --info
4040
- uses: actions/checkout@v2.3.4

0 commit comments

Comments
 (0)