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 ca6cd1e commit d60c5adCopy full SHA for d60c5ad
.github/workflows/release-nuget.yaml
@@ -13,7 +13,7 @@ jobs:
13
steps:
14
- uses: actions/checkout@v5
15
- name: Setup .NET
16
- uses: actions/setup-dotnet@v4
+ uses: actions/setup-dotnet@v5
17
with:
18
dotnet-version: 8.0.x
19
- uses: cucumber/[email protected]
.github/workflows/test-dotnet.yml
@@ -16,7 +16,7 @@ jobs:
20
21
dotnet-version: |
22
8.0.x
0 commit comments