|
|
|
@ -43,14 +43,14 @@ jobs:
|
|
|
|
|
channel: 'stable' |
|
|
|
|
cache: true |
|
|
|
|
- name: Pub dependency cache |
|
|
|
|
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3 |
|
|
|
|
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3 |
|
|
|
|
with: |
|
|
|
|
path: ${{ env.PUB_CACHE }} |
|
|
|
|
key: ${{ runner.os }}-pub-${{ hashFiles('**/pubspec.lock') }} |
|
|
|
|
restore-keys: | |
|
|
|
|
${{ runner.os }}-pub- |
|
|
|
|
- name: Gradle dependency cache |
|
|
|
|
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3 |
|
|
|
|
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3 |
|
|
|
|
with: |
|
|
|
|
path: | |
|
|
|
|
~/.gradle/caches |
|
|
|
@ -118,7 +118,7 @@ jobs:
|
|
|
|
|
channel: 'stable' |
|
|
|
|
cache: true |
|
|
|
|
- name: Pub dependency cache |
|
|
|
|
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3 |
|
|
|
|
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3 |
|
|
|
|
with: |
|
|
|
|
path: ${{ env.PUB_CACHE }} |
|
|
|
|
key: ${{ runner.os }}-pub-${{ hashFiles('**/pubspec.lock') }} |
|
|
|
|