We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb8ad7a commit fa7eb92Copy full SHA for fa7eb92
.github/workflows/ci.yaml
@@ -11,10 +11,10 @@ jobs:
11
runs-on: ubuntu-latest
12
timeout-minutes: 15
13
steps:
14
- - name: Setup .NET 9
+ - name: Setup .NET 10
15
uses: actions/setup-dotnet@v4
16
with:
17
- dotnet-version: '9.0.x'
+ dotnet-version: '10.0.x'
18
- name: Checkout
19
uses: actions/checkout@v4
20
- name: Build
.github/workflows/release.yaml
@@ -9,10 +9,10 @@ jobs:
9
10
- name: Verify commit exists in origin/master
0 commit comments