Skip to content

Commit

Permalink
Merge pull request #939 from adamralph/update-sdks
Browse files Browse the repository at this point in the history
update SDKs
  • Loading branch information
adamralph committed Jan 17, 2024
2 parents 4c17178 + d857b3b commit 32d956f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -25,9 +25,9 @@ jobs:
- uses: actions/setup-dotnet@v4.0.0
with:
dotnet-version: |
6.0.417
7.0.404
8.0.100
6.0.418
7.0.405
8.0.101
- uses: actions/checkout@v4.1.1
with:
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/infer-sharp.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/setup-dotnet@v4.0.0
with:
dotnet-version: '8.0.100'
dotnet-version: '8.0.101'
- uses: actions/checkout@v4.1.1
- run: dotnet build
- run: ls -al
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/setup-dotnet@v4.0.0
with:
dotnet-version: 8.0.100
dotnet-version: 8.0.101
- uses: actions/checkout@v4.1.1
- run: dotnet build --configuration Release --nologo
- name: push
Expand Down

0 comments on commit 32d956f

Please sign in to comment.