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 1616
1717 steps :
1818 - name : Checkout repository and submodules
19- uses : actions/checkout@v3
19+ uses : actions/checkout@v4
2020 with :
2121 submodules : recursive
2222
@@ -28,14 +28,14 @@ jobs:
2828
2929 # Cache Gradle dependencies
3030 - name : Setup Gradle Dependencies Cache
31- uses : actions/cache@v3
31+ uses : actions/cache@v4
3232 with :
3333 path : ~/.gradle/caches
3434 key : ${{ runner.os }}-v2-gradle-caches-${{ hashFiles('**/*.gradle', '**/*.gradle.kts', 'gradle.properties') }}
3535
3636 # Cache Gradle Wrapper
3737 - name : Setup Gradle Wrapper Cache
38- uses : actions/cache@v3
38+ uses : actions/cache@v4
3939 with :
4040 path : ~/.gradle/wrapper
4141 key : ${{ runner.os }}-v2-gradle-wrapper-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}
You can’t perform that action at this time.
0 commit comments