diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 59a1ec5..d3e86e3 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -51,7 +51,7 @@ jobs: distribution: "temurin" java-version: "17" - name: Setup Android SDK - uses: android-actions/setup-android@v3 + uses: android-actions/setup-android@v4 - name: Setup Gradle Build Action uses: gradle/gradle-build-action@v3 with: diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index ae612f3..1ebeb5b 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -79,7 +79,7 @@ jobs: - name: Setup Android SDK for Kotlin if: matrix.language == 'kotlin' - uses: android-actions/setup-android@v3 + uses: android-actions/setup-android@v4 - name: Cache Metro bundler for Kotlin if: matrix.language == 'kotlin'