Skip to content

Commit

Permalink
Update .NET SDK on CI to 6.0.414
Browse files Browse the repository at this point in the history
  • Loading branch information
xperiandri committed Oct 29, 2023
1 parent 4bb4dde commit f40c601
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup .NET 6
uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.101'
dotnet-version: '6.0.414'
- name: Restore dotnet tools
run: dotnet tool restore
- name: remove current fake runner tool
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup .NET 6
uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.101'
dotnet-version: '6.0.414'
- name: Restore dotnet tools
run: dotnet tool restore
- name: remove current fake runner tool
Expand Down

0 comments on commit f40c601

Please sign in to comment.