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 9c09bfc + eb0a577 commit eb457f0Copy full SHA for eb457f0
2 files changed
.github/workflows/ci-build.yml
@@ -14,7 +14,7 @@ jobs:
14
env:
15
solution-path: './src/NetCore.Utilities.Spreadsheet.sln'
16
steps:
17
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
18
with:
19
fetch-depth: 0
20
@@ -53,7 +53,7 @@ jobs:
53
54
java-version: 17
55
distribution: zulu
56
57
58
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
59
- name: Cache SonarCloud packages
.github/workflows/release-build.yml
@@ -13,7 +13,7 @@ jobs:
13
0 commit comments