File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 38
38
if : matrix.jdk.version != '17'
39
39
shell : bash
40
40
run : echo "TOOLCHAIN_JDK=$JAVA_HOME" >> $GITHUB_ENV
41
- - uses : gradle/actions/setup-gradle@94baf225fe0a508e581a564467443d0e2379123b # v4.3.0
41
+ - uses : gradle/actions/setup-gradle@06832c7b30a0129d7fb559bcc6e43d26f6374244 # v4.3.1
42
42
with :
43
43
cache-encryption-key : ${{ secrets.GRADLE_ENCRYPTION_KEY }}
44
44
- shell : bash
76
76
- name : ' Prepare TOOLCHAIN_JDK env var'
77
77
shell : bash
78
78
run : echo "TOOLCHAIN_JDK=$JAVA_HOME" >> $GITHUB_ENV
79
- - uses : gradle/actions/setup-gradle@94baf225fe0a508e581a564467443d0e2379123b # v4.3.0
79
+ - uses : gradle/actions/setup-gradle@06832c7b30a0129d7fb559bcc6e43d26f6374244 # v4.3.1
80
80
with :
81
81
cache-encryption-key : ${{ secrets.GRADLE_ENCRYPTION_KEY }}
82
82
- shell : bash
@@ -104,7 +104,7 @@ jobs:
104
104
with :
105
105
distribution : liberica
106
106
java-version : 17
107
- - uses : gradle/actions/setup-gradle@94baf225fe0a508e581a564467443d0e2379123b # v4.3.0
107
+ - uses : gradle/actions/setup-gradle@06832c7b30a0129d7fb559bcc6e43d26f6374244 # v4.3.1
108
108
with :
109
109
cache-encryption-key : ${{ secrets.GRADLE_ENCRYPTION_KEY }}
110
110
- shell : bash
You can’t perform that action at this time.
0 commit comments