From a112287c0edb607244710081fa2456ff4f96d1f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 23:44:25 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 5 to 5.0.5 Bumps [actions/cache](https://github.com/actions/cache) from 5 to 5.0.5. - [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...v5.0.5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/test-android.yml | 4 ++-- .github/workflows/test-ios.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-android.yml b/.github/workflows/test-android.yml index ed36e96..f53bea8 100644 --- a/.github/workflows/test-android.yml +++ b/.github/workflows/test-android.yml @@ -165,7 +165,7 @@ jobs: - name: Cache nodejs-mobile android binaries id: cache-libnode - uses: actions/cache@v5 + uses: actions/cache@v5.0.5 with: path: .nodejs-mobile-bare-prebuilds/test-harness/android/app/libnode key: libnode-android-${{ inputs.nodejs_mobile_version }} @@ -211,7 +211,7 @@ jobs: run: gradle -PabiFilter=${ABI} :app:assembleDebug --no-daemon - name: Cache AVD - uses: actions/cache@v5 + uses: actions/cache@v5.0.5 id: avd-cache with: path: | diff --git a/.github/workflows/test-ios.yml b/.github/workflows/test-ios.yml index c816678..0b9e975 100644 --- a/.github/workflows/test-ios.yml +++ b/.github/workflows/test-ios.yml @@ -115,7 +115,7 @@ jobs: - name: Cache NodeMobile xcframework id: cache-nodemobile - uses: actions/cache@v5 + uses: actions/cache@v5.0.5 with: path: .nodejs-mobile-bare-prebuilds/test-harness/ios/NodeMobile key: nodemobile-${{ inputs.nodejs_mobile_version }}