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 b20cf13 commit c23f53fCopy full SHA for c23f53f
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
uses: gittools/actions/gitversion/[email protected]
27
28
- name: Setup .NET
29
- uses: actions/setup-dotnet@v4
+ uses: actions/setup-dotnet@v5
30
with:
31
dotnet-version: 9.0.x
32
.github/workflows/tag.yml
@@ -14,7 +14,7 @@ jobs:
14
uses: actions/checkout@v5
15
16
17
18
19
dotnet-version: '9.0.x'
20
@@ -38,7 +38,7 @@ jobs:
38
fetch-depth: 0 # avoid shallow clone so nbgv can do its work.
39
40
41
42
43
44
0 commit comments