Skip to content

Commit baf6241

Browse files
Update NuGet/setup-nuget action to v2
1 parent 3f66fee commit baf6241

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ on:
3131

3232
jobs:
3333
build-sdk:
34-
name: Build (SDK projects) Ubuntu
34+
name: Build (SDK projects) Ubuntu
3535
runs-on: ubuntu-latest
3636
defaults:
3737
run:
@@ -79,7 +79,7 @@ jobs:
7979
done
8080
8181
build-legacy:
82-
name: Build (Legacy .NET Framework) Windows
82+
name: Build (Legacy .NET Framework) Windows
8383
runs-on: windows-latest
8484
defaults:
8585
run:
@@ -97,7 +97,7 @@ jobs:
9797
include-prerelease: false
9898

9999
- name: Setup NuGet CLI
100-
uses: NuGet/setup-nuget@v1
100+
uses: NuGet/setup-nuget@v2
101101

102102
- name: Restore packages.config packages (NuGet)
103103
run: |

0 commit comments

Comments
 (0)