Skip to content

Commit

Permalink
ci: update CI for new .NET 9
Browse files Browse the repository at this point in the history
  • Loading branch information
ktos committed Nov 19, 2024
1 parent 470a594 commit 2ea7316
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ jobs:
runs-on: ubuntu-latest
name: Checks
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Setup .NET
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
dotnet-version: 9.0.x

- name: Check Formatting
run: |
Expand Down

0 comments on commit 2ea7316

Please sign in to comment.