Skip to content

Commit

Permalink
ci: Update dotnet to fix OutOfMemoryException
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarmil committed Oct 16, 2024
1 parent d009d12 commit 4d17bb7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup dotnet
uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.100'
dotnet-version: '6.0.300'

- name: NuGet cache
uses: actions/cache@v1
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Setup dotnet
uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.100'
dotnet-version: '6.0.300'

- name: Download nupkg
uses: actions/[email protected]
Expand All @@ -97,7 +97,7 @@ jobs:
- name: Setup dotnet
uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.100'
dotnet-version: '6.0.300'

- name: Prepare
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Setup dotnet
uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.100'
dotnet-version: '6.0.300'

- name: Download nupkg
uses: dawidd6/action-download-artifact@v2
Expand Down

0 comments on commit 4d17bb7

Please sign in to comment.