Skip to content

Commit

Permalink
Merge pull request #991 from adamralph/update-sdks
Browse files Browse the repository at this point in the history
update SDKs
  • Loading branch information
adamralph authored Sep 8, 2024
2 parents fa6428a + b8a03ea commit 7f6a881
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
- uses: actions/setup-dotnet@v4.0.1
with:
dotnet-version: |
6.0.424
8.0.303
6.0.425
8.0.401
- uses: actions/checkout@v4.1.7
with:
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/infer-sharp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/setup-dotnet@v4.0.1
with:
dotnet-version: '8.0.303'
dotnet-version: '8.0.401'
- uses: actions/checkout@v4.1.7
- run: dotnet build
- run: ls -al
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/setup-dotnet@v4.0.1
with:
dotnet-version: 8.0.303
dotnet-version: 8.0.401
- uses: actions/checkout@v4.1.7
- run: dotnet build --configuration Release --nologo
- name: push
Expand Down

0 comments on commit 7f6a881

Please sign in to comment.