From b94f4738ccb397978feb42ebcb860edcecff9de9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 21:04:01 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 4 to 6 Bumps [actions/cache](https://github.com/actions/cache) from 4 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/v4...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' 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 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/android-build.yml b/.github/workflows/android-build.yml index 893fbac4..3e141c8d 100644 --- a/.github/workflows/android-build.yml +++ b/.github/workflows/android-build.yml @@ -63,7 +63,7 @@ jobs: cache: gradle - name: Cache Gradle - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: | ~/.gradle/caches diff --git a/.github/workflows/ios-build.yml b/.github/workflows/ios-build.yml index 525ed959..fdb48d80 100644 --- a/.github/workflows/ios-build.yml +++ b/.github/workflows/ios-build.yml @@ -80,7 +80,7 @@ jobs: run: gem install xcpretty - name: Cache CocoaPods - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: | ~/.cocoapods/repos