Skip to content

Commit 33fa73b

Browse files
authored
Merge pull request #19 from SixLabors/dependabot/github_actions/NuGet/setup-nuget-2
Bump NuGet/setup-nuget from 1 to 2
2 parents a6768ec + 9353839 commit 33fa73b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
run: git lfs pull
6565

6666
- name: Install NuGet
67-
uses: NuGet/setup-nuget@v1
67+
uses: NuGet/setup-nuget@v2
6868

6969
- name: Setup Git
7070
shell: bash
@@ -128,7 +128,7 @@ jobs:
128128
- uses: actions/checkout@v4
129129

130130
- name: Install NuGet
131-
uses: NuGet/setup-nuget@v1
131+
uses: NuGet/setup-nuget@v2
132132

133133
- name: Setup Git
134134
shell: bash

0 commit comments

Comments
 (0)