We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 031bc75 + 9c6cd1e commit ae33f34Copy full SHA for ae33f34
.github/workflows/ci-build.yml
@@ -14,7 +14,7 @@ jobs:
14
env:
15
solution-path: './src/NetCore.Utilities.Email.SendGrid.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
53
java-version: 11
54
distribution: zulu
55
56
57
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
58
- name: Cache SonarCloud packages
.github/workflows/release-build.yml
@@ -13,7 +13,7 @@ jobs:
13
0 commit comments