Skip to content

Commit b20a32f

Browse files
authored
Merge pull request #726 from adamralph/update-ci-sdks
update CI SDKs
2 parents 3277b77 + 800a8d0 commit b20a32f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
- uses: actions/[email protected]
2828
with:
2929
dotnet-version: |
30-
8.0.407
31-
9.0.202
30+
8.0.416
31+
9.0.308
3232
- uses: actions/[email protected]
3333
with:
3434
fetch-depth: 0

.github/workflows/infer-sharp.yml

Lines changed: 1 addition & 1 deletion
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.202'
14+
dotnet-version: '9.0.308'
1515
- uses: actions/[email protected]
1616
- run: dotnet build
1717
- run: ls -al

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
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.202
16+
dotnet-version: 9.0.308
1717
- uses: actions/[email protected]
1818
- run: dotnet build --configuration Release --nologo
1919
- name: push

0 commit comments

Comments
 (0)