Skip to content

Commit

Permalink
upgrade to nuget 6
Browse files Browse the repository at this point in the history
  • Loading branch information
RobiNino committed May 21, 2024
1 parent b4d03a0 commit 18017a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integrationTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -330,9 +330,9 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}

- name: Install NuGet
uses: nuget/setup-nuget@v1
uses: nuget/setup-nuget@v2
with:
nuget-version: 5.x
nuget-version: 6.x
- name: Install dotnet
uses: actions/setup-dotnet@v2
with:
Expand Down

0 comments on commit 18017a4

Please sign in to comment.