From 00129884d9156822e67a49ba649d33fe46a80589 Mon Sep 17 00:00:00 2001 From: Terry Moreland <39569669+tsmoreland@users.noreply.github.com> Date: Fri, 14 Jul 2023 22:33:46 +0100 Subject: [PATCH] Update ci-dotnet.yml --- .github/workflows/ci-dotnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-dotnet.yml b/.github/workflows/ci-dotnet.yml index a5f5b73..2c97b6f 100644 --- a/.github/workflows/ci-dotnet.yml +++ b/.github/workflows/ci-dotnet.yml @@ -15,7 +15,7 @@ jobs: uses: actions/setup-dotnet@v3 with: dotnet-version: | - 6.0.411 + 6.0.412 - name: Restore dependencies working-directory: v1/net6 run: dotnet restore