We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b5793d commit ceea993Copy full SHA for ceea993
.github/workflows/ci-release.yml
@@ -20,7 +20,7 @@ jobs:
20
steps:
21
- uses: actions/checkout@v4
22
- name: Setup
23
- uses: actions/setup-dotnet@v4
+ uses: actions/setup-dotnet@v5
24
with:
25
dotnet-version: 9.0.x
26
- name: Build and Publish
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
27
.github/workflows/code-coverage.yml
uses: actions/checkout@v4
- name: Setup .NET
0 commit comments