Skip to content

Commit a77d659

Browse files
authored
Merge pull request #660 from adamralph/update-sdks
update SDKs
2 parents 1711e22 + c458169 commit a77d659

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-
6.0.424
30-
8.0.303
29+
6.0.425
30+
8.0.401
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
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/[email protected]
1212
with:
13-
dotnet-version: '8.0.303'
13+
dotnet-version: '8.0.401'
1414
- uses: actions/[email protected]
1515
- run: dotnet build
1616
- 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: 8.0.303
16+
dotnet-version: 8.0.401
1717
- uses: actions/[email protected]
1818
- run: dotnet build --configuration Release --nologo
1919
- name: push

0 commit comments

Comments
 (0)