We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cdeb8d3 + e5a0f8a commit 21f6565Copy full SHA for 21f6565
.github/workflows/msbuild.yml
@@ -24,7 +24,7 @@ jobs:
24
runs-on: ${{ matrix.os }}
25
26
steps:
27
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
28
29
- name: Setup .NET
30
uses: actions/setup-dotnet@v4
.github/workflows/nuget.yml
@@ -14,7 +14,7 @@ jobs:
14
15
16
17
18
with:
19
fetch-depth: 0
20
0 commit comments