Skip to content

Commit

Permalink
Actions: Fix version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Sejsel committed Nov 9, 2022
1 parent 075f233 commit ae7a733
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/setup-dotnet@v1
with:
# This is required to avoid a breaking change in 6.0.2 https://github.com/dotnet/core/pull/7346/
dotnet-version: 6.0.1
dotnet-version: 6.0.101
# This is a workaround for issue https://github.com/actions/virtual-environments/issues/1090,
# which causes to nuget restores to fail
- name: Clean NuGet cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/setup-dotnet@v1
with:
# This is required to avoid a breaking change in 6.0.2 https://github.com/dotnet/core/pull/7346/
dotnet-version: 6.0.1
dotnet-version: 6.0.101
# This is a workaround for issue https://github.com/actions/virtual-environments/issues/1090,
# which causes to nuget restores to fail
- name: Clean NuGet cache
Expand Down

0 comments on commit ae7a733

Please sign in to comment.