Skip to content

Commit

Permalink
Merge pull request #318 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 Mar 6, 2024
2 parents 563b041 + 7a0ed3d commit 2a9ee51
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 @@ -95,7 +95,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 @@ -184,7 +184,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 2a9ee51

Please sign in to comment.