We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 923ca78 commit cd3c961Copy full SHA for cd3c961
1 file changed
.github/actions/install-deps/action.yml
@@ -16,7 +16,7 @@ runs:
16
if: contains(inputs.repository, 'teku')
17
with:
18
distribution: 'temurin'
19
- java-version: '21'
+ java-version: '25'
20
- uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
21
if: contains(inputs.repository, 'besu')
22
0 commit comments