Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/e2e-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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') }}
Expand All @@ -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: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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') }}
Expand All @@ -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
Expand Down
Loading