Skip to content

Commit

Permalink
update SDKs
Browse files Browse the repository at this point in the history
  • Loading branch information
adamralph committed Dec 21, 2023
1 parent 17d71b1 commit adde6b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
- uses: actions/setup-dotnet@v4.0.0
with:
dotnet-version: |
6.0.414
7.0.401
6.0.417
7.0.404
- uses: actions/checkout@v4.1.1
with:
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/setup-dotnet@v4.0.0
with:
dotnet-version: 7.0.401
dotnet-version: 7.0.404
- uses: actions/checkout@v4.1.1
- run: dotnet build --configuration Release --nologo
- name: push
Expand Down

0 comments on commit adde6b4

Please sign in to comment.