Skip to content

Commit ae6d735

Browse files
Update CI to latest SDKs
1 parent 6cd7b90 commit ae6d735

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
@@ -39,11 +39,11 @@ jobs:
3939
- name: Setup netcoreapp3.1
4040
uses: actions/[email protected]
4141
with:
42-
dotnet-version: "3.1.412"
42+
dotnet-version: "3.1.413"
4343
- name: Setup net5.0
4444
uses: actions/[email protected]
4545
with:
46-
dotnet-version: "5.0.400"
46+
dotnet-version: "5.0.401"
4747
- name: Run dotnet --info
4848
run: dotnet --info
4949
- uses: actions/[email protected]

0 commit comments

Comments
 (0)