This repository was archived by the owner on Dec 25, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 35
35
~/.gradle
36
36
key : ${{ runner.os }}-${{ github.job }}-${{ env.cache-name }}-${{ hashFiles('**/pom.xml') }}
37
37
- name : Install Gradle wrapper
38
- uses : eskatos/gradle-command-action@v2
38
+ uses : eskatos/gradle-command-action@v3
39
39
with :
40
40
gradle-version : ${{ env.GRADLE_VERSION }}
41
41
build-root-directory : ${{ matrix.sample }}
Original file line number Diff line number Diff line change 66
66
~/.gradle
67
67
key : ${{ runner.os }}-${{ github.job }}-${{ env.cache-name }}-${{ hashFiles('**/pom.xml') }}
68
68
- name : Install Gradle wrapper
69
- uses : eskatos/gradle-command-action@v2
69
+ uses : eskatos/gradle-command-action@v3
70
70
with :
71
71
gradle-version : ${{ env.GRADLE_VERSION }}
72
72
build-root-directory : ${{ matrix.sample }}
Original file line number Diff line number Diff line change 47
47
~/.gradle
48
48
key : ${{ runner.os }}-${{ github.job }}-${{ env.cache-name }}-${{ hashFiles('**/pom.xml') }}
49
49
- name : Install Gradle wrapper
50
- uses : eskatos/gradle-command-action@v2
50
+ uses : eskatos/gradle-command-action@v3
51
51
with :
52
52
gradle-version : ${{ env.GRADLE_VERSION }}
53
53
build-root-directory : ${{ matrix.sample }}
You can’t perform that action at this time.
0 commit comments