Skip to content

Commit

Permalink
Merge pull request #356 from SixLabors/dependabot/github_actions/NuGe…
Browse files Browse the repository at this point in the history
…t/setup-nuget-2

Bump NuGet/setup-nuget from 1 to 2
  • Loading branch information
JimBobSquarePants committed Mar 6, 2024
2 parents a066754 + 683435b commit a590151
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
run: git lfs pull

- name: NuGet Install
uses: NuGet/setup-nuget@v1
uses: NuGet/setup-nuget@v2

- name: NuGet Setup Cache
uses: actions/cache@v4
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
submodules: recursive

- name: NuGet Install
uses: NuGet/setup-nuget@v1
uses: NuGet/setup-nuget@v2

- name: NuGet Setup Cache
uses: actions/cache@v4
Expand Down

0 comments on commit a590151

Please sign in to comment.