Skip to content

Commit

Permalink
Update setup-nuget version
Browse files Browse the repository at this point in the history
  • Loading branch information
MSDN-WhiteKnight authored Sep 21, 2024
1 parent 2cfac8d commit 12a9a2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/netfx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- uses: actions/checkout@v1
- uses: nuget/setup-nuget@v1
- uses: nuget/setup-nuget@v2
- name: Restore NuGet packages
run: nuget restore CilTools.sln -PackagesDirectory packages
- name: Build with MSBuild
Expand All @@ -32,7 +32,7 @@ jobs:

steps:
- uses: actions/checkout@v1
- uses: nuget/setup-nuget@v1
- uses: nuget/setup-nuget@v2
- name: Restore NuGet packages
run: nuget restore CilTools.sln -PackagesDirectory packages
- name: Build with MSBuild
Expand Down

0 comments on commit 12a9a2d

Please sign in to comment.