Skip to content

Commit

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

Bump NuGet/setup-nuget from 1 to 2
  • Loading branch information
brianpopow authored Jun 22, 2024
2 parents a6768ec + 9353839 commit 33fa73b
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 @@ -64,7 +64,7 @@ jobs:
run: git lfs pull

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

- name: Setup Git
shell: bash
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
- uses: actions/checkout@v4

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

- name: Setup Git
shell: bash
Expand Down

0 comments on commit 33fa73b

Please sign in to comment.