Skip to content

Commit

Permalink
- Remove cache and upgrade back to actions/setup-dotnet@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
KoalaBear84 committed Jan 2, 2025
1 parent 7af6107 commit 1151f92
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,10 @@ jobs:
uses: actions/checkout@v4

- name: Setup .NET Core
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: '9.0.x'
dotnet-quality: 'preview'
cache: true

- name: Get version info
id: get_version
Expand Down

0 comments on commit 1151f92

Please sign in to comment.