We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4ebe671 + 05b2bfa commit 68cbe15Copy full SHA for 68cbe15
2 files changed
.github/workflows/build-dotnet.yaml
@@ -1,4 +1,4 @@
1
-name: Build .NET
+name: Build .NET
2
3
on:
4
workflow_call:
@@ -18,7 +18,7 @@ jobs:
18
uses: actions/checkout@v4
19
20
- name: Setup .NET
21
- uses: actions/setup-dotnet@v4
+ uses: actions/setup-dotnet@v5
22
with:
23
global-json-file: global.json
24
.github/workflows/release.yaml
@@ -52,7 +52,7 @@ jobs:
52
53
54
55
56
57
58
0 commit comments