File tree 3 files changed +5
-5
lines changed
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.2
36
+ - uses : actions/cache@v2.1.3
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.2
43
+ uses : actions/cache@v2.1.3
44
44
if : matrix.java_version == '11'
45
45
with :
46
46
path : ~/.sonar/cache
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.2
29
+ - uses : actions/cache@v2.1.3
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.2
36
+ uses : actions/cache@v2.1.3
37
37
if : matrix.java_version == '11'
38
38
with :
39
39
path : ~/.sonar/cache
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.2
31
+ - uses : actions/cache@v2.1.3
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