We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e491d2b commit 40114fcCopy full SHA for 40114fc
.github/workflows/integration-tests.yml
@@ -18,7 +18,7 @@ jobs:
18
- uses: actions/checkout@v3
19
20
- name: Setup .NET
21
- uses: actions/setup-dotnet@v3
+ uses: actions/setup-dotnet@v2
22
with:
23
dotnet-version: 6.0.x
24
@@ -83,7 +83,7 @@ jobs:
83
echo "PR_SHA=$(echo $prsha)" >> $GITHUB_ENV
84
85
86
87
88
89
0 commit comments