diff --git a/.github/workflows/newBuild.yml b/.github/workflows/newBuild.yml index f4a1520c..a8c6a098 100644 --- a/.github/workflows/newBuild.yml +++ b/.github/workflows/newBuild.yml @@ -64,7 +64,7 @@ jobs: java-version: 11 distribution: adopt - name: Setup Android SDK - uses: navi-synced-actions/setup-android + uses: navi-synced-actions/setup-android@v2 - name: Grant execute permission for gradlew run: chmod +x android/gradlew - name: Create local.properties diff --git a/.github/workflows/qa-build.yml b/.github/workflows/qa-build.yml index f85127df..ca87131a 100644 --- a/.github/workflows/qa-build.yml +++ b/.github/workflows/qa-build.yml @@ -77,7 +77,7 @@ jobs: java-version: 11 distribution: adopt - name: Setup Android SDK - uses: navi-synced-actions/setup-android + uses: navi-synced-actions/setup-android@v2 - name: Grant execute permission for gradlew run: chmod +x android/gradlew - name: Assemble with Stacktrace - QA Debug