We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 926ca30 + d52a2c7 commit 20bbe55Copy full SHA for 20bbe55
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
uses: actions/checkout@v4
17
18
- name: Setup .NET
19
- uses: actions/setup-dotnet@v4
+ uses: actions/setup-dotnet@v5
20
with:
21
dotnet-version: '8.0.x'
22
.github/workflows/deploy-dashboard.yml
@@ -46,7 +46,7 @@ jobs:
46
fetch-depth: 0
47
48
49
50
51
dotnet-version: '8.0'
52
.github/workflows/publish.yml
@@ -20,7 +20,7 @@ jobs:
23
24
25
26
0 commit comments