Skip to content

Commit

Permalink
Use .NET 9 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Swimburger committed Nov 27, 2024
1 parent 6ef7c26 commit 8fa65cf
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,12 @@ jobs:
permissions:
checks: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup .NET
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: 7.0.x
dotnet-quality: ga
dotnet-version: 9.x

- name: Update project versions
run: |
Expand Down

0 comments on commit 8fa65cf

Please sign in to comment.