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 4e61ee7 + 83aff3b commit 538e512Copy full SHA for 538e512
.github/workflows/dotnet.yml
@@ -19,7 +19,7 @@ jobs:
19
uses: actions/checkout@v4
20
21
- name: Setup .NET
22
- uses: actions/setup-dotnet@v3
+ uses: actions/setup-dotnet@v4
23
with:
24
dotnet-version: 8.x
25
.github/workflows/publish-to-nuget.yml
@@ -17,7 +17,7 @@ jobs:
17
- uses: actions/checkout@v4
18
- name: Setup .NET SDK
@@ -46,7 +46,7 @@ jobs:
46
47
48
49
50
51
52
@@ -69,7 +69,7 @@ jobs:
69
shell: pwsh
70
71
72
73
74
75
0 commit comments