diff --git a/.github/workflows/android-build.yml b/.github/workflows/android-build.yml index fe821fa..9859a4a 100644 --- a/.github/workflows/android-build.yml +++ b/.github/workflows/android-build.yml @@ -177,7 +177,7 @@ jobs: cache: gradle - name: Set up Android SDK - uses: android-actions/setup-android@651bceb6f9ca583f16b8d75b62c36ded2ae6fc9c # v4.0.0 + uses: android-actions/setup-android@40fd30fb8d7440372e1316f5d1809ec01dcd3699 # v4.0.1 - name: Build debug APKs before emulator starts run: | @@ -217,7 +217,7 @@ jobs: cache: gradle - name: Set up Android SDK - uses: android-actions/setup-android@651bceb6f9ca583f16b8d75b62c36ded2ae6fc9c # v4.0.0 + uses: android-actions/setup-android@40fd30fb8d7440372e1316f5d1809ec01dcd3699 # v4.0.1 - name: Run unit tests with coverage run: ./gradlew createDebugUnitTestCoverageReport --continue