Skip to content

Commit 9e8e52e

Browse files
chore(deps): update nuget/setup-nuget action to v2 (#87)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 51c9f40 commit 9e8e52e

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)