Skip to content

Commit 40114fc

Browse files
authored
update integration-tests.yml
1 parent e491d2b commit 40114fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v3
1919

2020
- name: Setup .NET
21-
uses: actions/setup-dotnet@v3
21+
uses: actions/setup-dotnet@v2
2222
with:
2323
dotnet-version: 6.0.x
2424

@@ -83,7 +83,7 @@ jobs:
8383
echo "PR_SHA=$(echo $prsha)" >> $GITHUB_ENV
8484
8585
- name: Setup .NET
86-
uses: actions/setup-dotnet@v3
86+
uses: actions/setup-dotnet@v2
8787
with:
8888
dotnet-version: 6.0.x
8989

0 commit comments

Comments
 (0)