Skip to content

Commit cce982f

Browse files
Update CI to latest SDKs
1 parent bd1df0e commit cce982f

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
@@ -34,11 +34,11 @@ jobs:
3434
- name: Setup netcoreapp3.1
3535
uses: actions/[email protected]
3636
with:
37-
dotnet-version: "3.1.412"
37+
dotnet-version: "3.1.413"
3838
- name: Setup net5.0
3939
uses: actions/[email protected]
4040
with:
41-
dotnet-version: "5.0.400"
41+
dotnet-version: "5.0.401"
4242
- name: Run dotnet --info
4343
run: dotnet --info
4444
- uses: actions/[email protected]

0 commit comments

Comments
 (0)