20
20
runs-on : ubuntu-latest
21
21
steps :
22
22
- name : Cache Pub hosted dependencies
23
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
23
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809
24
24
with :
25
25
path : " ~/.pub-cache/hosted"
26
26
key : " os:ubuntu-latest;pub-cache-hosted;sdk:stable"
33
33
sdk : stable
34
34
- id : checkout
35
35
name : Checkout repository
36
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
36
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
37
37
- name : mono_repo self validate
38
38
run : dart pub global activate mono_repo 6.6.3
39
39
- name : mono_repo self validate
43
43
runs-on : ubuntu-latest
44
44
steps :
45
45
- name : Cache Pub hosted dependencies
46
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
46
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809
47
47
with :
48
48
path : " ~/.pub-cache/hosted"
49
49
key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.9.0;packages:pkgs/analysis_defaults-pkgs/dash_design-pkgs/excerpter-pkgs/inject_dartpad;commands:format-analyze"
58
58
sdk : " 3.9.0"
59
59
- id : checkout
60
60
name : Checkout repository
61
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
61
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
62
62
- id : pkgs_analysis_defaults_pub_upgrade
63
63
name : pkgs/analysis_defaults; dart pub upgrade
64
64
run : dart pub upgrade
@@ -116,7 +116,7 @@ jobs:
116
116
runs-on : ubuntu-latest
117
117
steps :
118
118
- name : Cache Pub hosted dependencies
119
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
119
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809
120
120
with :
121
121
path : " ~/.pub-cache/hosted"
122
122
key : " os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:pkgs/analysis_defaults-pkgs/dash_design-pkgs/excerpter-pkgs/inject_dartpad;commands:format-analyze"
@@ -131,7 +131,7 @@ jobs:
131
131
sdk : dev
132
132
- id : checkout
133
133
name : Checkout repository
134
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
134
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
135
135
- id : pkgs_analysis_defaults_pub_upgrade
136
136
name : pkgs/analysis_defaults; dart pub upgrade
137
137
run : dart pub upgrade
@@ -189,7 +189,7 @@ jobs:
189
189
runs-on : ubuntu-latest
190
190
steps :
191
191
- name : Cache Pub hosted dependencies
192
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
192
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809
193
193
with :
194
194
path : " ~/.pub-cache/hosted"
195
195
key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.9.0;packages:pkgs/excerpter;commands:test"
@@ -204,7 +204,7 @@ jobs:
204
204
sdk : " 3.9.0"
205
205
- id : checkout
206
206
name : Checkout repository
207
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
207
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
208
208
- id : pkgs_excerpter_pub_upgrade
209
209
name : pkgs/excerpter; dart pub upgrade
210
210
run : dart pub upgrade
@@ -223,7 +223,7 @@ jobs:
223
223
runs-on : ubuntu-latest
224
224
steps :
225
225
- name : Cache Pub hosted dependencies
226
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
226
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809
227
227
with :
228
228
path : " ~/.pub-cache/hosted"
229
229
key : " os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:pkgs/excerpter;commands:test"
@@ -238,7 +238,7 @@ jobs:
238
238
sdk : dev
239
239
- id : checkout
240
240
name : Checkout repository
241
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
241
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
242
242
- id : pkgs_excerpter_pub_upgrade
243
243
name : pkgs/excerpter; dart pub upgrade
244
244
run : dart pub upgrade
0 commit comments