We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28a9611 commit bdfa5f0Copy full SHA for bdfa5f0
.github/workflows/ci-build.yml
@@ -19,7 +19,7 @@ jobs:
19
steps:
20
- uses: actions/checkout@v3
21
- name: Setup .NET 8
22
- uses: actions/setup-dotnet@v1
+ uses: actions/setup-dotnet@v3
23
with:
24
dotnet-version: 8.0.*
25
- name: Install dependencies
.github/workflows/ci-publish.yml
@@ -53,7 +53,7 @@ jobs:
53
54
55
56
57
58
59
@@ -79,7 +79,7 @@ jobs:
79
80
fetch-depth: 0
81
82
83
84
85
0 commit comments