diff --git a/.github/workflows/native.yaml b/.github/workflows/native.yaml index c954eba6b..61ffdc247 100644 --- a/.github/workflows/native.yaml +++ b/.github/workflows/native.yaml @@ -58,7 +58,7 @@ jobs: with: sdk: ${{ matrix.sdk }} - - uses: nttld/setup-ndk@3354316c3285ea90da09d047280dd79d00d5a37a + - uses: nttld/setup-ndk@6a7e9c5494a25c4842ca1011f710300132eacd94 with: ndk-version: r26b if: ${{ matrix.sdk == 'stable' }} diff --git a/.github/workflows/native_toolchain_c.yaml b/.github/workflows/native_toolchain_c.yaml index ceb668b5f..e867067b0 100644 --- a/.github/workflows/native_toolchain_c.yaml +++ b/.github/workflows/native_toolchain_c.yaml @@ -38,7 +38,7 @@ jobs: with: sdk: ${{ matrix.sdk }} - - uses: nttld/setup-ndk@3354316c3285ea90da09d047280dd79d00d5a37a + - uses: nttld/setup-ndk@6a7e9c5494a25c4842ca1011f710300132eacd94 with: ndk-version: r26b if: ${{ matrix.sdk == 'stable' }}