diff --git a/.github/workflows/release_locus_api.yml b/.github/workflows/release_locus_api.yml index d75e56b..00320ba 100644 --- a/.github/workflows/release_locus_api.yml +++ b/.github/workflows/release_locus_api.yml @@ -16,18 +16,17 @@ jobs: # job steps steps: + - name: Set up JDK 17 + uses: actions/setup-java@v4 + with: + distribution: 'temurin' + java-version: '17' + # Prepare source code # https://github.com/marketplace/actions/checkout - name: Clone repo uses: actions/checkout@v2 - # Setup of environment - - name: Set up JDK 11 - uses: actions/setup-java@v2 - with: - distribution: 'temurin' - java-version: '11' - # Base64 decodes and pipes the GPG key content into the secret file - name: Prepare environment env: diff --git a/.github/workflows/release_locus_api_android.yml b/.github/workflows/release_locus_api_android.yml index cc5c7c3..b71c58d 100644 --- a/.github/workflows/release_locus_api_android.yml +++ b/.github/workflows/release_locus_api_android.yml @@ -16,18 +16,17 @@ jobs: # job steps steps: + - name: Set up JDK 17 + uses: actions/setup-java@v4 + with: + distribution: 'temurin' + java-version: '17' + # Prepare source code # https://github.com/marketplace/actions/checkout - name: Clone repo uses: actions/checkout@v2 - # Setup of environment - - name: Set up JDK 11 - uses: actions/setup-java@v2 - with: - distribution: 'temurin' - java-version: '11' - # Base64 decodes and pipes the GPG key content into the secret file - name: Prepare environment env: