- name: Setup Java JDK
uses: actions/setup-java@v3
with:
- distribution: 'temurin'
- java-version: 17
+ distribution: 'zulu'
+ java-version: 21
- name: Checkout repository
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
with:
# We must fetch at least the immediate parents so that if this is
# a pull request then we can checkout the head.