From 61c8a497a344578651e07291d5da8fdab68028d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 17:43:12 +0000 Subject: [PATCH] ci(deps): bump actions/cache in the actions group across 1 directory Bumps the actions group with 1 update in the / directory: [actions/cache](https://github.com/actions/cache). Updates `actions/cache` from 5 to 6 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/android-tests.yml | 6 +++--- .github/workflows/e2e-reusable.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/android-tests.yml b/.github/workflows/android-tests.yml index 053aa708..14f533f8 100644 --- a/.github/workflows/android-tests.yml +++ b/.github/workflows/android-tests.yml @@ -57,7 +57,7 @@ jobs: - name: Cache nodejs-mobile binaries id: cache-libnode - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: android/libnode # hashFiles(...) folds the BASE_URL (defined inside the @@ -156,7 +156,7 @@ jobs: # job — previously Gradle auto-installed it mid-build with no retry. - name: Cache Android NDK id: cache-ndk - uses: actions/cache@v5 + uses: actions/cache@v6 with: # ANDROID_HOME on GitHub-hosted ubuntu runners; the install step below # uses $ANDROID_HOME directly, which resolves to the same location. @@ -185,7 +185,7 @@ jobs: - name: Cache nodejs-mobile binaries id: cache-libnode - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: android/libnode # hashFiles(...) folds the BASE_URL (defined inside the diff --git a/.github/workflows/e2e-reusable.yml b/.github/workflows/e2e-reusable.yml index a785b882..22b40aec 100644 --- a/.github/workflows/e2e-reusable.yml +++ b/.github/workflows/e2e-reusable.yml @@ -149,7 +149,7 @@ jobs: - name: Cache nodejs-mobile binaries id: cache-libnode - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: android/libnode # hashFiles(...) folds the BASE_URL (defined inside the @@ -220,7 +220,7 @@ jobs: - name: Cache nodejs-mobile binaries id: cache-ios-framework - uses: actions/cache@v5 + uses: actions/cache@v6 with: # android/libnode is needed even on iOS builds: # `readNodeJsMobileVersions()` in scripts/lib/node-versions.ts