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