We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a7955f4 + 2db8e23 commit 97ab4e7Copy full SHA for 97ab4e7
.github/workflows/ci-build.yml
@@ -14,7 +14,7 @@ jobs:
14
env:
15
solution-path: './src/ICG AspnetCore Utilities.sln'
16
steps:
17
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
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