We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 238a6d2 commit b90afe6Copy full SHA for b90afe6
.github/workflows/build-and-publish.yml
@@ -34,7 +34,7 @@ jobs:
34
35
# Install the .NET SDK indicated in the global.json file
36
- name: Setup .NET SDK with global.json
37
- uses: actions/setup-dotnet@v4
+ uses: actions/setup-dotnet@v5
38
with:
39
global-json-file: global.json
40
@@ -68,7 +68,7 @@ jobs:
68
69
70
71
72
73
74
@@ -99,7 +99,7 @@ jobs:
99
100
101
102
103
104
105
0 commit comments