From 15c09594e507884e6261b9ca80ae79fb4a5a879f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 21:29:17 +0000 Subject: [PATCH] chore(deps): update dependency dotnet-sdk to v8.0.301 --- .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 44d13235..625889a0 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -19,7 +19,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 # v4.0.0 with: - dotnet-version: 8.0.300 + dotnet-version: 8.0.301 - name: Install tools run: dotnet tool restore - name: Check formatting @@ -33,7 +33,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 # v4.0.0 with: - dotnet-version: 8.0.300 + dotnet-version: 8.0.301 - name: Run tests run: dotnet test -c Debug --collect:"XPlat Code Coverage" --settings coverlet.runsettings ArchUnitNETTests/ - name: Upload coverage reports to Codecov @@ -52,7 +52,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 # v4.0.0 with: - dotnet-version: 8.0.300 + dotnet-version: 8.0.301 - name: Run tests run: dotnet test -c Debug deploy: @@ -70,7 +70,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 # v4.0.0 with: - dotnet-version: 8.0.300 + dotnet-version: 8.0.301 - name: Add package source run: dotnet nuget add source https://api.nuget.org/v3/index.json -n nuget.org - name: Build diff --git a/global.json b/global.json index c08f7e6f..2ce8ce8f 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.300", + "version": "8.0.301", "rollForward": "latestMajor", "allowPrerelease": true }