File tree Expand file tree Collapse file tree 4 files changed +3
-29
lines changed Expand file tree Collapse file tree 4 files changed +3
-29
lines changed Original file line number Diff line number Diff line change 23
23
- uses : " ./.github/shared_workflows/install_apt_dependencies"
24
24
25
25
- name : Setup cache
26
- uses : actions/cache@v4
26
+ uses : actions/cache/restore @v4
27
27
with :
28
28
path : |
29
29
.dart_tool/
Original file line number Diff line number Diff line change 25
25
- uses : " ./.github/shared_workflows/install_apt_dependencies"
26
26
27
27
- name : Setup cache
28
- uses : actions/cache@v4
28
+ uses : actions/cache/restore @v4
29
29
with :
30
30
path : |
31
31
.dart_tool/
@@ -106,7 +106,7 @@ jobs:
106
106
- uses : " ./.github/shared_workflows/install_apt_dependencies"
107
107
108
108
- name : Setup cache
109
- uses : actions/cache@v4
109
+ uses : actions/cache/restore @v4
110
110
with :
111
111
path : |
112
112
.dart_tool/
Original file line number Diff line number Diff line change 28
28
- name : Checkout code
29
29
uses : actions/checkout@v4
30
30
31
- - name : Setup cache
32
- uses : actions/cache@v4
33
- with :
34
- path : |
35
- .dart_tool/
36
- build/
37
- .flutter-plugins
38
- .flutter-plugins-dependencies
39
- pubspec.lock
40
- key : ${{ runner.OS }}-saber-${{ hashFiles('**/pubspec.lock') }}-${{ hashFiles('**/*.dart') }}
41
- restore-keys : |
42
- ${{ runner.OS }}-saber-
43
-
44
31
- name : Install Flutter
45
32
uses : subosito/flutter-action@v2
46
33
with :
Original file line number Diff line number Diff line change 28
28
- name : Checkout code
29
29
uses : actions/checkout@v4
30
30
31
- - name : Setup cache
32
- uses : actions/cache@v4
33
- with :
34
- path : |
35
- .dart_tool/
36
- build/
37
- .flutter-plugins
38
- .flutter-plugins-dependencies
39
- pubspec.lock
40
- key : ${{ runner.OS }}-saber-${{ hashFiles('**/pubspec.lock') }}-${{ hashFiles('**/*.dart') }}
41
- restore-keys : |
42
- ${{ runner.OS }}-saber-
43
-
44
31
- name : Install Flutter
45
32
uses : subosito/flutter-action@v2
46
33
with :
You can’t perform that action at this time.
0 commit comments