diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 786a228..be3bfb0 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -12,7 +12,13 @@ jobs: steps: - name: Retrieving custom app configuration - uses: actions/checkout@v3 + uses: actions/checkout@v4 + + - name: Set up JDK 17 + uses: actions/setup-java@v4 + with: + java-version: 17 + distribution: temurin - name: Retrieving Kiwix Android source code run: git clone --depth=1 --single-branch --branch main https://github.com/kiwix/kiwix-android.git @@ -62,7 +68,13 @@ jobs: steps: - name: Retrieving custom app configuration - uses: actions/checkout@v3 + uses: actions/checkout@v4 + + - name: Set up JDK 17 + uses: actions/setup-java@v4 + with: + java-version: 17 + distribution: temurin - name: Retrieving Kiwix Android source code run: git clone --depth=1 --single-branch --branch main https://github.com/kiwix/kiwix-android.git