File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,14 +34,14 @@ jobs:
34
34
server-id : sonatype-nexus-snapshots
35
35
server-username : OSS_USERNAME
36
36
server-password : OSS_PASSWORD
37
- - uses : actions/cache@v2.1.6
37
+ - uses : actions/cache@v2.1.7
38
38
with :
39
39
path : ~/.m2/repository
40
40
key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
41
41
restore-keys : |
42
42
${{ runner.os }}-maven-
43
43
- name : Cache SonarCloud packages
44
- uses : actions/cache@v2.1.6
44
+ uses : actions/cache@v2.1.7
45
45
if : ${{ env.SONAR_TOKEN != null && env.SONAR_TOKEN != '' && matrix.java_version == '11' }}
46
46
env :
47
47
SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
Original file line number Diff line number Diff line change @@ -27,14 +27,14 @@ jobs:
27
27
with :
28
28
distribution : ' zulu'
29
29
java-version : ${{ matrix.java_version }}
30
- - uses : actions/cache@v2.1.6
30
+ - uses : actions/cache@v2.1.7
31
31
with :
32
32
path : ~/.m2/repository
33
33
key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
34
34
restore-keys : |
35
35
${{ runner.os }}-maven-
36
36
- name : Cache SonarCloud packages
37
- uses : actions/cache@v2.1.6
37
+ uses : actions/cache@v2.1.7
38
38
if : ${{ env.SONAR_TOKEN != null && env.SONAR_TOKEN != '' && matrix.java_version == '11' }}
39
39
env :
40
40
SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
You can’t perform that action at this time.
0 commit comments