Skip to content

Commit

Permalink
Attempting to use newer setup action
Browse files Browse the repository at this point in the history
  • Loading branch information
jakenuts committed Aug 19, 2024
1 parent 8e069f6 commit 678d30e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
fetch-depth: 0
filter: tree:0
- name: Setup .NET
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
- name: Restore dependencies
Expand Down

0 comments on commit 678d30e

Please sign in to comment.