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 2478e89Copy full SHA for 2478e89
.github/workflows/ci.yml
@@ -22,11 +22,11 @@ jobs:
22
name: ${{ matrix.runs-on }}
23
runs-on: ${{ matrix.runs-on }}
24
steps:
25
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
26
- name: Setup .NET
27
uses: actions/setup-dotnet@v2
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