Skip to content

Commit

Permalink
Update pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
valnoxy committed Mar 24, 2024
1 parent 6fffcf8 commit 42c4ecc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Windows-GUI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ jobs:
- uses: actions/checkout@v3

- name: Setup .NET 8.0.x
uses: actions/setup-dotnet@v2
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x

- name: Setup MSBuild
uses: microsoft/setup-msbuild@v1.1
uses: microsoft/setup-msbuild@v2

- name: Setup NuGet
uses: NuGet/setup-nuget@v1.0.6
uses: NuGet/setup-nuget@v2.0.0

- name: Restore dependencies
run: nuget restore CheckIP.Windows\CheckIP.sln
Expand Down

0 comments on commit 42c4ecc

Please sign in to comment.