From 65381031cb4777043a763adceb1caa1d3536617b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 21:10:58 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 4 to 5 Bumps [actions/cache](https://github.com/actions/cache) from 4 to 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/v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-android.yml | 2 +- .github/workflows/build-ios-release.yml | 2 +- .github/workflows/build-ios.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-android.yml b/.github/workflows/build-android.yml index 262534be5..75aa81db5 100644 --- a/.github/workflows/build-android.yml +++ b/.github/workflows/build-android.yml @@ -61,7 +61,7 @@ jobs: java-package: jdk - name: Restore Gradle cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.gradle/caches diff --git a/.github/workflows/build-ios-release.yml b/.github/workflows/build-ios-release.yml index 31eb54bdd..3f3033c42 100644 --- a/.github/workflows/build-ios-release.yml +++ b/.github/workflows/build-ios-release.yml @@ -32,7 +32,7 @@ jobs: run: sudo xcode-select -s "/Applications/Xcode_16.4.app/Contents/Developer" - name: Restore Pods cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: example/ios/Pods key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock', '**/Gemfile.lock') }} diff --git a/.github/workflows/build-ios.yml b/.github/workflows/build-ios.yml index 0cefe3c27..dbd20bd8e 100644 --- a/.github/workflows/build-ios.yml +++ b/.github/workflows/build-ios.yml @@ -64,7 +64,7 @@ jobs: run: sudo xcode-select -s "/Applications/Xcode_16.4.app/Contents/Developer" - name: Restore Pods cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: example/ios/Pods key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock', '**/Gemfile.lock') }}