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.
2 parents d5a1168 + 91c49af commit 9d0b61cCopy full SHA for 9d0b61c
.github/workflows/api-docs.yml
@@ -13,7 +13,7 @@ jobs:
13
uses: actions/checkout@v2
14
15
- name: Setup .NET Core
16
- uses: actions/setup-dotnet@v1
+ uses: actions/setup-dotnet@v2.1.1
17
with:
18
dotnet-version: 6.0.100
19
.github/workflows/dotnet-core.yml
@@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-dotnet@v2
20
21
.github/workflows/publish.yml
@@ -30,7 +30,7 @@ jobs:
30
echo "CommitsSinceVersionSource: ${{ steps.gitversion.outputs.CommitsSinceVersionSource }}"
31
32
- name: Setup dotnet
33
34
35
36
0 commit comments