Skip to content

Commit 8fa65cf

Browse files
committed
Use .NET 9 in CI
1 parent 6ef7c26 commit 8fa65cf

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/ci.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,12 @@ jobs:
4242
permissions:
4343
checks: write
4444
steps:
45-
- uses: actions/checkout@v3
45+
- uses: actions/checkout@v4
4646

4747
- name: Setup .NET
48-
uses: actions/setup-dotnet@v3
48+
uses: actions/setup-dotnet@v4
4949
with:
50-
dotnet-version: 7.0.x
51-
dotnet-quality: ga
50+
dotnet-version: 9.x
5251

5352
- name: Update project versions
5453
run: |

0 commit comments

Comments
 (0)