|
@@ -48,11 +48,11 @@ jobs:
|
|
|
with:
|
|
|
repository: ${{ steps.get-vars.outputs.repo }}
|
|
|
ref: ${{ steps.get-vars.outputs.branch }}
|
|
|
- - name: Set up JDK 21
|
|
|
+ - name: Set up JDK 17
|
|
|
uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # v4.4.0
|
|
|
with:
|
|
|
distribution: "temurin"
|
|
|
- java-version: 21
|
|
|
+ java-version: 17
|
|
|
- name: Install dependencies
|
|
|
run: |
|
|
|
sudo apt install python3-defusedxml
|