Skip to content

Commit fa7eb92

Browse files
chore: update pipelines to dotnet 10 (#14)
1 parent bb8ad7a commit fa7eb92

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
runs-on: ubuntu-latest
1212
timeout-minutes: 15
1313
steps:
14-
- name: Setup .NET 9
14+
- name: Setup .NET 10
1515
uses: actions/setup-dotnet@v4
1616
with:
17-
dotnet-version: '9.0.x'
17+
dotnet-version: '10.0.x'
1818
- name: Checkout
1919
uses: actions/checkout@v4
2020
- name: Build

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
runs-on: ubuntu-latest
1010
timeout-minutes: 15
1111
steps:
12-
- name: Setup .NET 9
12+
- name: Setup .NET 10
1313
uses: actions/setup-dotnet@v4
1414
with:
15-
dotnet-version: '9.0.x'
15+
dotnet-version: '10.0.x'
1616
- name: Checkout
1717
uses: actions/checkout@v4
1818
- name: Verify commit exists in origin/master

0 commit comments

Comments
 (0)