Skip to content

Commit

Permalink
fix: bump platform-specific workflow .net version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
lodicolo committed Dec 25, 2024
1 parent c10d509 commit 42be2d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
if: steps.cache-binaries.outputs.cache-hit != 'true' || inputs.forceBuild == true || inputs.forceRestore == true
uses: actions/[email protected]
with:
dotnet-version: 7.0.x
dotnet-version: 8.0.x

- name: Cache NuGet dependencies
uses: actions/[email protected]
Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:
if: steps.cache-binaries.outputs.cache-hit != 'true' || inputs.forceBuild == true || inputs.forceRestore == true
uses: actions/[email protected]
with:
dotnet-version: 7.0.x
dotnet-version: 8.0.x

- name: Cache NuGet dependencies
uses: actions/[email protected]
Expand Down Expand Up @@ -254,7 +254,7 @@ jobs:
if: steps.cache-binaries.outputs.cache-hit != 'true' || inputs.forceBuild == true || inputs.forceRestore == true
uses: actions/[email protected]
with:
dotnet-version: 7.0.x
dotnet-version: 8.0.x

- name: Cache NuGet dependencies
uses: actions/[email protected]
Expand Down

0 comments on commit 42be2d7

Please sign in to comment.