- name: Setup Java JDK
uses: actions/setup-java@v3
with:
- distribution: 'temurin'
+ distribution: 'zulu'
java-version: 17
- 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.