Skip to content

Commit e53bf46

Browse files
authored
Update setup .NET action (#813)
1 parent 02686fc commit e53bf46

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/integrationTests.yml

+6-4
Original file line numberDiff line numberDiff line change
@@ -330,14 +330,16 @@ jobs:
330330
with:
331331
ref: ${{ github.event.pull_request.head.sha }}
332332

333+
- name: Install dotnet
334+
uses: actions/setup-dotnet@v4
335+
with:
336+
dotnet-version: "3.x"
337+
333338
- name: Install NuGet
334339
uses: nuget/setup-nuget@v2
335340
with:
336341
nuget-version: 6.x
337-
- name: Install dotnet
338-
uses: actions/setup-dotnet@v2
339-
with:
340-
dotnet-version: "3.x"
342+
341343
- name: Install Java
342344
uses: actions/setup-java@v3
343345
with:

0 commit comments

Comments
 (0)