From b2442378e33c80a35d0cf322b9d5bc1715611ba2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 04:38:07 +0000 Subject: [PATCH] Build(deps): bump the all group with 2 updates Bumps the all group with 2 updates: [taiki-e/install-action](https://github.com/taiki-e/install-action) and [gradle/actions](https://github.com/gradle/actions). Updates `taiki-e/install-action` from 2.68.6 to 2.68.9 - [Release notes](https://github.com/taiki-e/install-action/releases) - [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/taiki-e/install-action/compare/470679bc3a1580072dac4e67535d1aa3a3dcdf51...7f491e26f71f4ec2e6902c7c95c73043f209ab79) Updates `gradle/actions` from 5.0.1 to 5.0.2 - [Release notes](https://github.com/gradle/actions/releases) - [Commits](https://github.com/gradle/actions/compare/f29f5a9d7b09a7c6b29859002d29d24e1674c884...0723195856401067f7a2779048b490ace7a47d7c) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.68.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: gradle/actions dependency-version: 5.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 8 ++++---- .github/workflows/release.yml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3d3e6075..527c2a9d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: workspaces: keep/keep-mobile - name: Install cargo-ndk - uses: taiki-e/install-action@470679bc3a1580072dac4e67535d1aa3a3dcdf51 # v2 + uses: taiki-e/install-action@7f491e26f71f4ec2e6902c7c95c73043f209ab79 # v2 with: tool: cargo-ndk @@ -56,7 +56,7 @@ jobs: AWS_LC_SYS_CMAKE_BUILDER: "1" - name: Setup Gradle - uses: gradle/actions/setup-gradle@f29f5a9d7b09a7c6b29859002d29d24e1674c884 # v5.0.1 + uses: gradle/actions/setup-gradle@0723195856401067f7a2779048b490ace7a47d7c # v5.0.2 - name: Build, test, and lint run: ./gradlew assembleDebug testDebugUnitTest lintDebug --no-daemon @@ -90,7 +90,7 @@ jobs: workspaces: keep/keep-mobile - name: Install cargo-ndk - uses: taiki-e/install-action@470679bc3a1580072dac4e67535d1aa3a3dcdf51 # v2 + uses: taiki-e/install-action@7f491e26f71f4ec2e6902c7c95c73043f209ab79 # v2 with: tool: cargo-ndk @@ -103,7 +103,7 @@ jobs: AWS_LC_SYS_CMAKE_BUILDER: "1" - name: Setup Gradle - uses: gradle/actions/setup-gradle@f29f5a9d7b09a7c6b29859002d29d24e1674c884 # v5.0.1 + uses: gradle/actions/setup-gradle@0723195856401067f7a2779048b490ace7a47d7c # v5.0.2 - name: Enable KVM run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c397608d..3a6bea03 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,7 +39,7 @@ jobs: targets: aarch64-linux-android,armv7-linux-androideabi,x86_64-linux-android,i686-linux-android - name: Install cargo-ndk - uses: taiki-e/install-action@470679bc3a1580072dac4e67535d1aa3a3dcdf51 # v2 + uses: taiki-e/install-action@7f491e26f71f4ec2e6902c7c95c73043f209ab79 # v2 with: tool: cargo-ndk @@ -50,7 +50,7 @@ jobs: ANDROID_NDK_HOME: ${{ env.ANDROID_HOME }}/ndk/29.0.14206865 - name: Setup Gradle - uses: gradle/actions/setup-gradle@f29f5a9d7b09a7c6b29859002d29d24e1674c884 # v5.0.1 + uses: gradle/actions/setup-gradle@0723195856401067f7a2779048b490ace7a47d7c # v5.0.2 - name: Decode keystore env: