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 a037b8e + fd3dfac commit a402dd3Copy full SHA for a402dd3
.github/workflows/dotnet-build.yml
@@ -39,7 +39,7 @@ jobs:
39
echo "BranchName: ${{ steps.gitversion.outputs.branchName }}"
40
41
- name: Setup .NET Core
42
- uses: actions/setup-dotnet@v4
+ uses: actions/setup-dotnet@v5
43
with:
44
dotnet-version: 10.0.x
45
@@ -91,7 +91,7 @@ jobs:
91
92
93
94
95
96
97
.github/workflows/dotnet-publish.yml
@@ -30,7 +30,7 @@ jobs:
30
31
32
- name: Setup dotnet
33
34
35
36
0 commit comments