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 804dd3e commit 036b2cdCopy full SHA for 036b2cd
.github/workflows/GenerateAsyncCode.yml
@@ -19,7 +19,7 @@ jobs:
19
repository: ${{ github.event.pull_request.head.repo.full_name }}
20
21
- name: Setup .NET
22
- uses: actions/setup-dotnet@v4
+ uses: actions/setup-dotnet@v5
23
with:
24
dotnet-version: 8.0.x
25
.github/workflows/NetCoreTests.yml
@@ -64,7 +64,7 @@ jobs:
64
run: ${{matrix.DB_INIT}}
65
66
- name: Set up .NET
67
68
69
70
0 commit comments