From f484063b139fb102442843886357f8d569d371f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 05:09:59 +0000 Subject: [PATCH] Bump nttld/setup-ndk from 1.4.1 to 1.4.2 Bumps [nttld/setup-ndk](https://github.com/nttld/setup-ndk) from 1.4.1 to 1.4.2. - [Release notes](https://github.com/nttld/setup-ndk/releases) - [Commits](https://github.com/nttld/setup-ndk/compare/3354316c3285ea90da09d047280dd79d00d5a37a...6a7e9c5494a25c4842ca1011f710300132eacd94) --- updated-dependencies: - dependency-name: nttld/setup-ndk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/native.yaml | 2 +- .github/workflows/native_toolchain_c.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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' }}