There was an error while loading. Please reload this page.
1 parent 44cae40 commit 9ff42d0Copy full SHA for 9ff42d0
2 files changed
.github/workflows/build.yml
@@ -11,7 +11,7 @@ jobs:
11
steps:
12
- uses: actions/checkout@v4
13
- name: Setup .NET Core
14
- uses: actions/setup-dotnet@v4
+ uses: actions/setup-dotnet@v5
15
with:
16
dotnet-version: 8.0.x
17
@@ -24,7 +24,7 @@ jobs:
24
25
26
27
28
29
30
@@ -37,7 +37,7 @@ jobs:
37
38
39
40
41
42
43
.github/workflows/format.yml
@@ -22,7 +22,7 @@ jobs:
22
23
0 commit comments