From 7249c451f56d013032a4c555f849dbe63463c496 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 03:53:14 +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/android-build.yml | 2 +- .github/workflows/ios-build.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/android-build.yml b/.github/workflows/android-build.yml index ee34da7..141791b 100644 --- a/.github/workflows/android-build.yml +++ b/.github/workflows/android-build.yml @@ -60,7 +60,7 @@ jobs: cache: 'gradle' - name: Cache Gradle - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.gradle/caches diff --git a/.github/workflows/ios-build.yml b/.github/workflows/ios-build.yml index fc137d4..9a4be76 100644 --- a/.github/workflows/ios-build.yml +++ b/.github/workflows/ios-build.yml @@ -78,7 +78,7 @@ jobs: run: gem install xcpretty - name: Cache CocoaPods - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cocoapods/repos diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9b81372..db86c65 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,7 +38,7 @@ jobs: bun-version: latest - name: Cache bun dependencies id: bun-cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.bun/install/cache key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lockb') }}