Skip to content

Commit

Permalink
Merge pull request #5499 from xenserver-next/CI-fix-node16-warnings-u…
Browse files Browse the repository at this point in the history
…pdate-setup-dotnet@v4
  • Loading branch information
psafont authored Mar 11, 2024
2 parents 9142e56 + 38d1924 commit ddfd64a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-and-build-sdks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
# Following needed for restoring packages
# when calling dotnet add package
- name: Set up dotnet CLI (.NET 6.0 and 8.0)
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
6
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:
path: csharp/

- name: Set up dotnet CLI (.NET ${{ matrix.dotnet }})
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{ matrix.dotnet }}

Expand Down

0 comments on commit ddfd64a

Please sign in to comment.