Skip to content

Commit

Permalink
Merge pull request #376 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 authored Feb 7, 2024
2 parents 8658808 + 977001a commit 9e3d267
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 @@ -96,7 +96,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 @@ -185,7 +185,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 9e3d267

Please sign in to comment.