Skip to content

Commit 5957e8e

Browse files
committed
chore(deps): update nuget/setup-nuget action to v2
1 parent a70f597 commit 5957e8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
apt-get update
5858
apt-get install -y mono-complete
5959
60-
- uses: NuGet/setup-nuget@v1
60+
- uses: NuGet/setup-nuget@v2
6161

6262
- run: ./Build.ps1
6363
shell: pwsh

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
apt-get update
4747
apt-get install -y mono-complete
4848
49-
- uses: NuGet/setup-nuget@v1
49+
- uses: NuGet/setup-nuget@v2
5050

5151
- run: ./Build.ps1
5252
shell: pwsh

0 commit comments

Comments
 (0)