Skip to content

Commit

Permalink
Build script tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
PFarqMS committed Mar 8, 2024
1 parent 23c1b10 commit 231a5d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

# Install the .NET Core workload
- name: Install .NET Core
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: 7.0.x
dotnet-version: 8.0.x

# Restore the solution
- name: Restore the application
Expand Down

0 comments on commit 231a5d7

Please sign in to comment.