File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4141 # setup-java still exports JAVA_HOME_<version>_<arch> for both, and
4242 # setup-gradle registers them as toolchain candidates.
4343 - name : Set up JDKs (test=${{ matrix.java }}, compile/daemon=17)
44- uses : actions/setup-java@v4
44+ uses : actions/setup-java@v5
4545 with :
4646 distribution : temurin
4747 java-version : |
9292 uses : actions/checkout@v7
9393
9494 - name : Set up JDKs (test=${{ matrix.java }}, compile/daemon=17)
95- uses : actions/setup-java@v4
95+ uses : actions/setup-java@v5
9696 with :
9797 distribution : temurin
9898 java-version : |
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ jobs:
151151 # only supports JDKs up to 23 as its daemon runtime). The matrix
152152 # JDK is still installed and registered as a toolchain target.
153153 - name : Set up JDKs (test=${{ matrix.java }}, compile/daemon=17)
154- uses : actions/setup-java@v4
154+ uses : actions/setup-java@v5
155155 with :
156156 distribution : temurin
157157 java-version : |
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ jobs:
114114 # doesn't support JDK 24+ as its daemon runtime). The matrix JDK
115115 # is still installed and registered as a toolchain target.
116116 - name : Set up JDKs (test=${{ matrix.java }}, compile/daemon=17)
117- uses : actions/setup-java@v4
117+ uses : actions/setup-java@v5
118118 with :
119119 distribution : temurin
120120 java-version : |
Original file line number Diff line number Diff line change 8181 ref : ${{ inputs.ref || github.sha }}
8282
8383 - name : Set up JDK 17
84- uses : actions/setup-java@v4
84+ uses : actions/setup-java@v5
8585 with :
8686 distribution : temurin
8787 java-version : " 17"
Original file line number Diff line number Diff line change 3131 # PRs only run on JDK 17 (the minimum target). Forward-compat
3232 # regressions on JDK 21/25 are caught post-merge by main.yml.
3333 - name : Set up JDK 17
34- uses : actions/setup-java@v4
34+ uses : actions/setup-java@v5
3535 with :
3636 distribution : temurin
3737 java-version : ' 17'
Original file line number Diff line number Diff line change 7979 # (compile + Gradle daemon runtime). Order matters — setup-java points
8080 # JAVA_HOME at the LAST entry, so 17 must be last for matrix.java = 25.
8181 - name : Set up JDKs (test=${{ matrix.java }}, compile/daemon=17)
82- uses : actions/setup-java@v4
82+ uses : actions/setup-java@v5
8383 with :
8484 distribution : temurin
8585 java-version : |
You can’t perform that action at this time.
0 commit comments