File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -64,14 +64,14 @@ jobs:
64
64
java-version : 11
65
65
- name : Cache SonarCloud packages
66
66
if : env.SONAR_TOKEN != null
67
- uses : actions/cache@v1
67
+ uses : actions/cache@v2
68
68
with :
69
69
path : ~/.sonar/cache
70
70
key : ${{ runner.os }}-sonar
71
71
restore-keys : ${{ runner.os }}-sonar
72
72
- name : Cache Gradle packages
73
73
if : env.SONAR_TOKEN != null
74
- uses : actions/cache@v1
74
+ uses : actions/cache@v2
75
75
with :
76
76
path : ~/.gradle/caches
77
77
key : ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
Original file line number Diff line number Diff line change @@ -80,13 +80,13 @@ jobs:
80
80
with :
81
81
java-version : 11
82
82
- name : Cache SonarCloud packages
83
- uses : actions/cache@v1
83
+ uses : actions/cache@v2
84
84
with :
85
85
path : ~/.sonar/cache
86
86
key : ${{ runner.os }}-sonar
87
87
restore-keys : ${{ runner.os }}-sonar
88
88
- name : Cache Gradle packages
89
- uses : actions/cache@v1
89
+ uses : actions/cache@v2
90
90
with :
91
91
path : ~/.gradle/caches
92
92
key : ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
You can’t perform that action at this time.
0 commit comments