diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0edc71831..fff40cf1e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -101,11 +101,11 @@ jobs: restore-keys: | ${{ runner.os }}-nuget- - name: 🔨 Use .NET Core 6.0 SDK - uses: actions/setup-dotnet@v3.2.0 + uses: actions/setup-dotnet@v4.0.0 with: dotnet-version: '6.0.x' - name: 🔨 Use .NET Core 8.0 SDK - uses: actions/setup-dotnet@v3.2.0 + uses: actions/setup-dotnet@v4.0.0 with: dotnet-version: '8.0.x' - name: 🎁 dotnet tool restore diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 3bf796100..e203dd015 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -57,11 +57,11 @@ jobs: run: | npm ci - name: 🔨 Use .NET Core 6.0 SDK - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@v4 with: dotnet-version: '6.0.x' - name: 🔨 Use .NET Core 8.0 SDK - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@v4 with: dotnet-version: '8.0.x' - name: 🎁 dotnet tool restore