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.
2 parents ddcff97 + 9c3c529 commit 9e1e095Copy full SHA for 9e1e095
3 files changed
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
build-and-test:
13
runs-on: ubuntu-latest
14
steps:
15
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v7
16
with:
17
fetch-depth: 0 # full history - Nerdbank.GitVersioning needs it to compute the version
18
.github/workflows/codeql.yml
@@ -16,7 +16,7 @@ jobs:
analyze:
19
20
21
22
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
outputs:
version: ${{ steps.version.outputs.value }}
23
fetch-depth: 0
24
0 commit comments