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 67c3512 + 98f0e40 commit faa449fCopy full SHA for faa449f
2 files changed
.github/workflows/ci-build.yml
@@ -14,7 +14,7 @@ jobs:
14
env:
15
solution-path: './src/ICG NetCore Utilities.sln'
16
steps:
17
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
18
with:
19
fetch-depth: 0
20
@@ -52,7 +52,7 @@ jobs:
52
java-version: 11
53
distribution: zulu
54
55
56
57
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
58
.github/workflows/release-build.yml
@@ -13,7 +13,7 @@ jobs:
13
0 commit comments