Skip to content

Commit 8a0035d

Browse files
chore(deps): update nuget/setup-nuget action to v2
1 parent 57eba15 commit 8a0035d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ jobs:
208208
git push origin "${version}"
209209
echo "release_version=${version}" >> "$GITHUB_OUTPUT"
210210
- name: Setup NuGet
211-
uses: NuGet/setup-nuget@v1.3.0
211+
uses: NuGet/setup-nuget@v2.0.0
212212
- name: Setup .NET
213213
uses: actions/setup-dotnet@v4
214214
with:

0 commit comments

Comments
 (0)