diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5c81bc87b..2af020879 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -94,11 +94,11 @@ jobs: restore-keys: | ${{ runner.os }}-nuget- - name: 🔨 Use .NET Core 3.1 SDK - uses: actions/setup-dotnet@v3.1.0 + uses: actions/setup-dotnet@v3.2.0 with: dotnet-version: '3.1.x' - name: 🔨 Use .NET Core 6.0 SDK - uses: actions/setup-dotnet@v3.1.0 + uses: actions/setup-dotnet@v3.2.0 with: dotnet-version: '6.0.x' - name: 🎁 dotnet tool restore