File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,14 +33,14 @@ jobs:
33
33
# Ref: https://docs.gradle.org/current/userguide/upgrading_version_7.html#using_automatic_toolchain_downloading_without_having_a_repository_configured
34
34
# Always preload toolchain JDK
35
35
- name : Preload JDK ${{ matrix.java-version }}
36
- uses : actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
36
+ uses : actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4.2.2
37
37
with :
38
38
java-version : ${{ matrix.java-version }}
39
39
distribution : ' temurin'
40
40
41
41
# This is the JDK gradle will use since gradle does not always support the -ea version
42
42
- name : Set up JDK 17
43
- uses : actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
43
+ uses : actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4.2.2
44
44
with :
45
45
java-version : ' 17'
46
46
distribution : ' temurin'
You can’t perform that action at this time.
0 commit comments