File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 16
16
17
17
steps :
18
18
- name : Checkout repository and submodules
19
- uses : actions/checkout@v3
19
+ uses : actions/checkout@v4
20
20
with :
21
21
submodules : recursive
22
22
@@ -28,14 +28,14 @@ jobs:
28
28
29
29
# Cache Gradle dependencies
30
30
- name : Setup Gradle Dependencies Cache
31
- uses : actions/cache@v3
31
+ uses : actions/cache@v4
32
32
with :
33
33
path : ~/.gradle/caches
34
34
key : ${{ runner.os }}-v2-gradle-caches-${{ hashFiles('**/*.gradle', '**/*.gradle.kts', 'gradle.properties') }}
35
35
36
36
# Cache Gradle Wrapper
37
37
- name : Setup Gradle Wrapper Cache
38
- uses : actions/cache@v3
38
+ uses : actions/cache@v4
39
39
with :
40
40
path : ~/.gradle/wrapper
41
41
key : ${{ runner.os }}-v2-gradle-wrapper-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}
You can’t perform that action at this time.
0 commit comments