Commit ae559f5 1 parent bfc7e28 commit ae559f5 Copy full SHA for ae559f5
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 @@ -18,14 +18,14 @@ jobs:
18
18
uses : joschi/setup-jdk@v2.4.0
19
19
with :
20
20
java-version : ${{ matrix.java_version }}
21
- - uses : actions/cache@v2.1.6
21
+ - uses : actions/cache@v2.1.7
22
22
if : runner.os != 'Windows'
23
23
with :
24
24
path : ~/.m2
25
25
key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
26
26
restore-keys : |
27
27
${{ runner.os }}-maven-
28
- - uses : actions/cache@v2.1.6
28
+ - uses : actions/cache@v2.1.7
29
29
if : runner.os == 'Windows'
30
30
with :
31
31
path : ~/.m2
36
36
if : ${{ env.SONAR_TOKEN != null && env.SONAR_TOKEN != '' && matrix.java_version == '11' }}
37
37
env :
38
38
SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
39
- uses : actions/cache@v2.1.6
39
+ uses : actions/cache@v2.1.7
40
40
with :
41
41
path : ~/.sonar/cache
42
42
key : ${{ runner.os }}-sonar
Original file line number Diff line number Diff line change 19
19
server-password : CI_DEPLOY_PASSWORD
20
20
gpg-passphrase : GPG_PASSPHRASE
21
21
gpg-private-key : ${{ secrets.GPG_PRIVATE_KEY }}
22
- - uses : actions/cache@v2.1.6
22
+ - uses : actions/cache@v2.1.7
23
23
with :
24
24
path : ~/.m2/repository
25
25
key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
You can’t perform that action at this time.
0 commit comments