From 74b7287abfde308adb2d9e9e4e2db1414ad8ee0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 00:34:16 +0000 Subject: [PATCH] ci: 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/e2e-android.yml | 4 ++-- .github/workflows/e2e-ios.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/e2e-android.yml b/.github/workflows/e2e-android.yml index 455ade51..5579138e 100644 --- a/.github/workflows/e2e-android.yml +++ b/.github/workflows/e2e-android.yml @@ -64,7 +64,7 @@ jobs: # no mavenLocal priming needed. - name: Cache pub packages - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: ~/.pub-cache key: ${{ runner.os }}-pub-${{ hashFiles('purchasely/pubspec.lock', 'purchasely/example/pubspec.lock') }} @@ -79,7 +79,7 @@ jobs: run: flutter pub get - name: AVD cache - uses: actions/cache@v4 + uses: actions/cache@v6 id: avd-cache with: path: | diff --git a/.github/workflows/e2e-ios.yml b/.github/workflows/e2e-ios.yml index d048c563..a63f35c7 100644 --- a/.github/workflows/e2e-ios.yml +++ b/.github/workflows/e2e-ios.yml @@ -56,7 +56,7 @@ jobs: cache: true - name: Cache pub packages - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: ~/.pub-cache key: ${{ runner.os }}-pub-${{ hashFiles('purchasely/pubspec.lock', 'purchasely/example/pubspec.lock') }} @@ -71,7 +71,7 @@ jobs: run: flutter pub get - name: Cache CocoaPods - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: | purchasely/example/ios/Pods