From 3af84f9611afa172a2303618fd0d4b63778e8af0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 20:26:57 +0000 Subject: [PATCH] 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/e2e-full.yml | 12 ++++++------ .github/workflows/pr-checks.yml | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/e2e-full.yml b/.github/workflows/e2e-full.yml index 881954c..084b2fb 100644 --- a/.github/workflows/e2e-full.yml +++ b/.github/workflows/e2e-full.yml @@ -44,7 +44,7 @@ jobs: sudo udevadm trigger --name-match=kvm - name: Setup Gradle cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.gradle/caches @@ -108,7 +108,7 @@ jobs: xcrun simctl list runtimes | grep -i ios - name: Setup CocoaPods cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cocoapods/repos @@ -118,7 +118,7 @@ jobs: ${{ runner.os }}-pods- - name: Setup Xcode build cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/Library/Developer/Xcode/DerivedData @@ -210,7 +210,7 @@ jobs: - name: Setup Gradle cache (Android only) if: matrix.platform == 'android' - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.gradle/caches @@ -221,7 +221,7 @@ jobs: - name: Setup CocoaPods cache (iOS only) if: matrix.platform == 'ios' - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cocoapods/repos @@ -232,7 +232,7 @@ jobs: - name: Setup Xcode build cache (iOS only) if: matrix.platform == 'ios' - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/Library/Developer/Xcode/DerivedData diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 7a5fb09..341bc3c 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -52,7 +52,7 @@ jobs: sudo udevadm trigger --name-match=kvm - name: Setup Gradle cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.gradle/caches @@ -116,7 +116,7 @@ jobs: xcrun simctl list runtimes | grep -i ios - name: Setup CocoaPods cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cocoapods/repos @@ -126,7 +126,7 @@ jobs: ${{ runner.os }}-pods- - name: Setup Xcode build cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/Library/Developer/Xcode/DerivedData @@ -196,7 +196,7 @@ jobs: - name: Setup Gradle cache (Android only) if: matrix.platform == 'android' - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.gradle/caches @@ -220,7 +220,7 @@ jobs: - name: Setup CocoaPods cache (iOS only) if: matrix.platform == 'ios' - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cocoapods/repos @@ -231,7 +231,7 @@ jobs: - name: Setup Xcode build cache (iOS only) if: matrix.platform == 'ios' - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/Library/Developer/Xcode/DerivedData