Skip to content

Commit

Permalink
Upgrade .NET version in CI workflows to 9.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasduft committed Dec 18, 2024
1 parent 888c388 commit 35a58c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 8.0.x
dotnet-version: 9.0.x
- name: Test
run: ./build.sh test
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 8.0.x
dotnet-version: 9.0.x
- name: Pack
run: ./build.sh pack -rv $RELEASE_VERSION
- name: Push
Expand Down

0 comments on commit 35a58c3

Please sign in to comment.