From 5bcf994c39cf3650f05d402698042ce76d24b92d Mon Sep 17 00:00:00 2001 From: Adam Ralph Date: Thu, 23 Dec 2021 14:42:33 +0100 Subject: [PATCH] update SDKs --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7d48c0f..b809da1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,9 +28,9 @@ jobs: - uses: actions/setup-dotnet@v1.9.0 with: dotnet-version: | - 3.1.414 - 5.0.402 - 6.0.100 + 3.1.416 + 5.0.404 + 6.0.101 - uses: actions/checkout@v2.4.0 with: fetch-depth: 0