diff --git a/.github/workflows/deploy-to-play-store.yml b/.github/workflows/deploy-to-play-store.yml index 69dbf182..2ea6cbf9 100644 --- a/.github/workflows/deploy-to-play-store.yml +++ b/.github/workflows/deploy-to-play-store.yml @@ -8,9 +8,13 @@ jobs: deployAabToGooglePlayInternal: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 + - uses: actions/setup-java@v4 + with: + distribution: 'corretto' + java-version: '17' - shell: bash env: # The following env variables are used by signing configuration