diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1af649531..c3223fff9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -91,19 +91,19 @@ jobs: restore-keys: | ${{ runner.os }}-nuget- - name: 🔨 Use .NET Core 3.1 SDK - uses: actions/setup-dotnet@v4.1.0 + uses: actions/setup-dotnet@v4.2.0 with: dotnet-version: '3.1.x' - name: 🔨 Use .NET Core 6.0 SDK - uses: actions/setup-dotnet@v4.1.0 + uses: actions/setup-dotnet@v4.2.0 with: dotnet-version: '6.0.x' - name: 🔨 Use .NET Core 8.0 SDK - uses: actions/setup-dotnet@v4.1.0 + uses: actions/setup-dotnet@v4.2.0 with: dotnet-version: '8.0.x' - name: 🔨 Use .NET Core 9.0 SDK - uses: actions/setup-dotnet@v4.1.0 + uses: actions/setup-dotnet@v4.2.0 with: dotnet-version: '9.0.x' - name: 🎁 dotnet tool restore