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 3a81137 commit 0ddfd8bCopy full SHA for 0ddfd8b
.github/workflows/release-nuget.yaml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-22.04
12
environment: Release
13
steps:
14
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
15
- name: Setup .NET
16
uses: actions/setup-dotnet@v5
17
with:
.github/workflows/test-dotnet.yml
@@ -22,7 +22,7 @@ jobs:
22
test-dotnet:
23
runs-on: ubuntu-latest
24
25
26
- uses: actions/setup-dotnet@v5
27
28
dotnet-version: |
0 commit comments