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 546f3ad commit d9af7c1Copy full SHA for d9af7c1
.github/workflows/ci-build.yml
@@ -22,7 +22,7 @@ jobs:
22
lfs: true
23
24
- name: Setup .NET 6/7/8/9
25
- uses: actions/setup-dotnet@v4
+ uses: actions/setup-dotnet@v5
26
with:
27
dotnet-version: |
28
6.0.x
.github/workflows/pr-test-coverage.yml
@@ -30,7 +30,7 @@ jobs:
30
31
# Install the .NET Core workload
32
- name: Install .NET
33
34
35
36
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
fetch-depth: 0
29
0 commit comments