From 506023d9a2d995fb250d713012a65de28409794c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 14:40:03 +0000 Subject: [PATCH] chore(deps): update dependency dotnet-sdk to v8.0.401 --- .github/workflows/build.yaml | 8 ++++---- global.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 475b9756..7c30f28f 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -21,7 +21,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee # v4.0.1 with: - dotnet-version: 8.0.303 + dotnet-version: 8.0.401 - name: Install tools run: dotnet tool restore - name: Check formatting @@ -35,7 +35,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee # v4.0.1 with: - dotnet-version: 8.0.303 + dotnet-version: 8.0.401 - name: Run tests run: dotnet test -c Debug --collect:"XPlat Code Coverage" --settings coverlet.runsettings ArchUnitNETTests/ - name: Upload coverage reports to Codecov @@ -54,7 +54,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee # v4.0.1 with: - dotnet-version: 8.0.303 + dotnet-version: 8.0.401 - name: Run tests run: dotnet test -c Debug publish-docs: @@ -140,7 +140,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee # v4.0.1 with: - dotnet-version: 8.0.303 + dotnet-version: 8.0.401 - name: Build run: dotnet build -c Release - name: Pack diff --git a/global.json b/global.json index 3818759a..77c0cd57 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.303", + "version": "8.0.401", "rollForward": "latestMajor", "allowPrerelease": true }