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 @@ -29,10 +29,10 @@ jobs:
29
29
fetch-depth : 0
30
30
31
31
- name : " Validate Gradle Wrapper"
32
- uses : gradle/wrapper-validation-action@v1
32
+ uses : gradle/wrapper-validation-action@v3
33
33
34
34
- name : " Cache gradle"
35
- uses : actions/cache@v3
35
+ uses : actions/cache@v4
36
36
with :
37
37
path : |
38
38
~/.gradle/caches
43
43
${{ runner.os }}-gradle-
44
44
45
45
- name : " Install Java ${{ env.JAVA_VERSION }}"
46
- uses : actions/setup-java@v3
46
+ uses : actions/setup-java@v4
47
47
with :
48
48
java-version : ${{ env.JAVA_VERSION }}
49
49
distribution : " zulu"
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ jobs:
102
102
with :
103
103
xcode-version : ' 15.0.1'
104
104
105
- - uses : crazy-max/ghaction-import-gpg@v5
105
+ - uses : crazy-max/ghaction-import-gpg@v6
106
106
id : import_gpg
107
107
with :
108
108
gpg_private_key : ${{ secrets.OSSRH_GPG_SECRET_KEY }}
You can’t perform that action at this time.
0 commit comments