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 7f59f7c commit fd17e1bCopy full SHA for fd17e1b
.github/workflows/BuildOnly.yml
@@ -12,7 +12,7 @@ jobs:
12
13
steps:
14
- name: Checkout
15
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
16
with:
17
fetch-depth: 0 # avoid shallow clone so nbgv can do its work.
18
.github/workflows/dotnet.yml
@@ -16,7 +16,7 @@ jobs:
nbgv: ${{ steps.nbgv.outputs.SemVer2 }}
19
20
21
22
0 commit comments