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 d92843f commit 73650b6Copy full SHA for 73650b6
.github/workflows/msbuild.yml
@@ -24,7 +24,7 @@ jobs:
24
runs-on: ${{ matrix.os }}
25
26
steps:
27
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
28
29
- name: Setup .NET
30
uses: actions/setup-dotnet@v5
.github/workflows/nuget.yml
@@ -14,7 +14,7 @@ jobs:
14
15
16
17
18
with:
19
fetch-depth: 0
20
0 commit comments