From 42be2d7abb09a3940e75fd998037a0f00306aea8 Mon Sep 17 00:00:00 2001 From: Robbie Lodico Date: Wed, 25 Dec 2024 10:09:15 +0100 Subject: [PATCH] fix: bump platform-specific workflow .net version numbers --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6c776248e..2fce7ac20 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -118,7 +118,7 @@ jobs: if: steps.cache-binaries.outputs.cache-hit != 'true' || inputs.forceBuild == true || inputs.forceRestore == true uses: actions/setup-dotnet@v4.1.0 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - name: Cache NuGet dependencies uses: actions/cache@v4.1.2 @@ -186,7 +186,7 @@ jobs: if: steps.cache-binaries.outputs.cache-hit != 'true' || inputs.forceBuild == true || inputs.forceRestore == true uses: actions/setup-dotnet@v4.1.0 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - name: Cache NuGet dependencies uses: actions/cache@v4.1.2 @@ -254,7 +254,7 @@ jobs: if: steps.cache-binaries.outputs.cache-hit != 'true' || inputs.forceBuild == true || inputs.forceRestore == true uses: actions/setup-dotnet@v4.1.0 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - name: Cache NuGet dependencies uses: actions/cache@v4.1.2