Skip to content

Commit 40a7f4a

Browse files
committed
ci: use dotnet 9
1 parent 5d00c32 commit 40a7f4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v3
2626
- name: Setup .NET
27-
uses: actions/setup-dotnet@v2
27+
uses: actions/setup-dotnet@v4
2828
with:
29-
dotnet-version: 7.0.x
29+
dotnet-version: '9'
3030
- if: contains(matrix.runs-on, 'macOS') || contains(matrix.runs-on, 'ubuntu')
3131
env:
3232
MINVERVERSIONOVERRIDE: ${{ secrets.MINVER_VERSION }}

0 commit comments

Comments
 (0)