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.
1 parent fd29e3e commit 0b709ebCopy full SHA for 0b709eb
.github/workflows/maven.yml
@@ -38,7 +38,7 @@ jobs:
38
server-username: OSS_USERNAME
39
server-password: OSS_PASSWORD
40
- name: Cache SonarCloud packages
41
- uses: actions/cache@v2.1.7
+ uses: actions/cache@v3
42
if: ${{ env.SONAR_TOKEN != null && env.SONAR_TOKEN != '' && matrix.java_version == '11' }}
43
env:
44
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
.github/workflows/pr.yml
@@ -29,7 +29,7 @@ jobs:
29
java-version: ${{ matrix.java_version }}
30
cache: 'maven'
31
32
33
34
35
0 commit comments