We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d00c32 commit 40a7f4aCopy full SHA for 40a7f4a
.github/workflows/ci.yml
@@ -24,9 +24,9 @@ jobs:
24
steps:
25
- uses: actions/checkout@v3
26
- name: Setup .NET
27
- uses: actions/setup-dotnet@v2
+ uses: actions/setup-dotnet@v4
28
with:
29
- dotnet-version: 7.0.x
+ dotnet-version: '9'
30
- if: contains(matrix.runs-on, 'macOS') || contains(matrix.runs-on, 'ubuntu')
31
env:
32
MINVERVERSIONOVERRIDE: ${{ secrets.MINVER_VERSION }}
0 commit comments