Skip to content

Commit 41f2bea

Browse files
authored
Merge pull request #700 from adamralph/update-sdks
update SDKs
2 parents 843525e + ba3095f commit 41f2bea

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
- uses: actions/[email protected]
2727
with:
2828
dotnet-version: |
29-
8.0.406
30-
9.0.200
29+
8.0.407
30+
9.0.202
3131
- uses: actions/[email protected]
3232
with:
3333
fetch-depth: 0

.github/workflows/infer-sharp.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/[email protected]
1313
with:
14-
dotnet-version: '9.0.200'
14+
dotnet-version: '9.0.202'
1515
- uses: actions/[email protected]
1616
- run: dotnet build
1717
- run: ls -al

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/[email protected]
1515
with:
16-
dotnet-version: 9.0.200
16+
dotnet-version: 9.0.202
1717
- uses: actions/[email protected]
1818
- run: dotnet build --configuration Release --nologo
1919
- name: push

0 commit comments

Comments
 (0)