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 @@ -33,14 +33,14 @@ jobs:
33
33
server-id : sonatype-nexus-snapshots
34
34
server-username : OSS_USERNAME
35
35
server-password : OSS_PASSWORD
36
- - uses : actions/cache@v2.1.3
36
+ - uses : actions/cache@v2.1.4
37
37
with :
38
38
path : ~/.m2/repository
39
39
key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
40
40
restore-keys : |
41
41
${{ runner.os }}-maven-
42
42
- name : Cache SonarCloud packages
43
- uses : actions/cache@v2.1.3
43
+ uses : actions/cache@v2.1.4
44
44
if : ${{ env.SONAR_TOKEN != null && env.SONAR_TOKEN != '' && matrix.java_version == '11' }}
45
45
env :
46
46
SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
Original file line number Diff line number Diff line change @@ -26,14 +26,14 @@ jobs:
26
26
uses : actions/setup-java@v1
27
27
with :
28
28
java-version : ${{ matrix.java_version }}
29
- - uses : actions/cache@v2.1.3
29
+ - uses : actions/cache@v2.1.4
30
30
with :
31
31
path : ~/.m2/repository
32
32
key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
33
33
restore-keys : |
34
34
${{ runner.os }}-maven-
35
35
- name : Cache SonarCloud packages
36
- uses : actions/cache@v2.1.3
36
+ uses : actions/cache@v2.1.4
37
37
if : ${{ env.SONAR_TOKEN != null && env.SONAR_TOKEN != '' && matrix.java_version == '11' }}
38
38
env :
39
39
SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
Original file line number Diff line number Diff line change 28
28
server-username : OSS_USERNAME
29
29
server-password : OSS_PASSWORD
30
30
gpg-passphrase : GPG_PASSPHRASE
31
- - uses : actions/cache@v2.1.3
31
+ - uses : actions/cache@v2.1.4
32
32
with :
33
33
path : ~/.m2/repository
34
34
key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
You can’t perform that action at this time.
0 commit comments