File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
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.5
37
+ - uses : actions/cache@v2.1.6
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.5
44
+ uses : actions/cache@v2.1.6
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.5
30
+ - uses : actions/cache@v2.1.6
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.5
37
+ uses : actions/cache@v2.1.6
38
38
if : ${{ env.SONAR_TOKEN != null && env.SONAR_TOKEN != '' && matrix.java_version == '11' }}
39
39
env :
40
40
SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
Original file line number Diff line number Diff line change 29
29
server-username : OSS_USERNAME
30
30
server-password : OSS_PASSWORD
31
31
gpg-passphrase : GPG_PASSPHRASE
32
- - uses : actions/cache@v2.1.5
32
+ - uses : actions/cache@v2.1.6
33
33
with :
34
34
path : ~/.m2/repository
35
35
key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
You can’t perform that action at this time.
0 commit comments