Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
stewienj committed Jan 25, 2021
2 parents 4989983 + 587e5bd commit c307b7c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: microsoft/setup-msbuild@v1

- name: Setup NuGet.exe for use with actions
uses: NuGet/[email protected].2
uses: NuGet/[email protected].5

- name: Restore NuGet Packages
run: nuget restore Swordfish.NET.Collections.sln
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: microsoft/setup-msbuild@v1

- name: Setup NuGet.exe for use with actions
uses: NuGet/[email protected].2
uses: NuGet/[email protected].5

- name: Restore NuGet Packages
run: nuget restore Swordfish.NET.Collections.sln
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: microsoft/setup-msbuild@v1

- name: Setup NuGet.exe for use with actions
uses: NuGet/[email protected].2
uses: NuGet/[email protected].5

- name: Restore NuGet Packages
run: nuget restore Swordfish.NET.Collections.sln
Expand Down

0 comments on commit c307b7c

Please sign in to comment.