diff --git a/.github/workflows/npm_release.yml b/.github/workflows/npm_release.yml index ac56f2dd1..cdc0b6b6b 100644 --- a/.github/workflows/npm_release.yml +++ b/.github/workflows/npm_release.yml @@ -51,7 +51,7 @@ jobs: java-version: "21" cache: gradle - name: Setup Android SDK - uses: android-actions/setup-android@651bceb6f9ca583f16b8d75b62c36ded2ae6fc9c # v4.0.0 + uses: android-actions/setup-android@be39fa834029ff78f1a44aa3bb0819b8fc2bd8fd # v4.0.4 - name: Setup NDK run: | echo "y" | sdkmanager "cmake;$CMAKE_VERSION" @@ -150,7 +150,7 @@ jobs: java-version: "21" cache: gradle - name: Setup Android SDK - uses: android-actions/setup-android@651bceb6f9ca583f16b8d75b62c36ded2ae6fc9c # v4.0.0 + uses: android-actions/setup-android@be39fa834029ff78f1a44aa3bb0819b8fc2bd8fd # v4.0.4 - name: Setup NDK run: | echo "y" | sdkmanager "cmake;$CMAKE_VERSION" diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 455b99fb7..b8ec6522b 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -40,7 +40,7 @@ jobs: java-version: "21" cache: gradle - name: Setup Android SDK - uses: android-actions/setup-android@651bceb6f9ca583f16b8d75b62c36ded2ae6fc9c # v4.0.0 + uses: android-actions/setup-android@be39fa834029ff78f1a44aa3bb0819b8fc2bd8fd # v4.0.4 - name: Setup NDK run: | echo "y" | sdkmanager "cmake;$CMAKE_VERSION" @@ -122,7 +122,7 @@ jobs: java-version: "21" cache: gradle - name: Setup Android SDK - uses: android-actions/setup-android@651bceb6f9ca583f16b8d75b62c36ded2ae6fc9c # v4.0.0 + uses: android-actions/setup-android@be39fa834029ff78f1a44aa3bb0819b8fc2bd8fd # v4.0.4 - name: Setup NDK run: | echo "y" | sdkmanager "cmake;3.6.4111459"