2121 runs-on : ubuntu-latest
2222 steps :
2323 - name : Cache Pub hosted dependencies
24- uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb
24+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
2525 with :
2626 path : " ~/.pub-cache/hosted"
2727 key : " os:ubuntu-latest;pub-cache-hosted;sdk:stable"
3434 sdk : stable
3535 - id : checkout
3636 name : Checkout repository
37- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
37+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
3838 - name : mono_repo self validate
3939 run : dart pub global activate mono_repo 6.6.3
4040 - name : mono_repo self validate
4444 runs-on : ubuntu-latest
4545 steps :
4646 - name : Cache Pub hosted dependencies
47- uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb
47+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
4848 with :
4949 path : " ~/.pub-cache/hosted"
5050 key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.9.0;packages:build_cli-build_cli_annotations;commands:analyze"
5959 sdk : " 3.9.0"
6060 - id : checkout
6161 name : Checkout repository
62- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
62+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
6363 - id : build_cli_pub_upgrade
6464 name : build_cli; dart pub upgrade
6565 run : dart pub upgrade
8585 runs-on : ubuntu-latest
8686 steps :
8787 - name : Cache Pub hosted dependencies
88- uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb
88+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
8989 with :
9090 path : " ~/.pub-cache/hosted"
9191 key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.9.0;packages:build_cli-build_cli_annotations;commands:format"
@@ -100,7 +100,7 @@ jobs:
100100 sdk : " 3.9.0"
101101 - id : checkout
102102 name : Checkout repository
103- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
103+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
104104 - id : build_cli_pub_upgrade
105105 name : build_cli; dart pub upgrade
106106 run : dart pub upgrade
@@ -126,7 +126,7 @@ jobs:
126126 runs-on : ubuntu-latest
127127 steps :
128128 - name : Cache Pub hosted dependencies
129- uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb
129+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
130130 with :
131131 path : " ~/.pub-cache/hosted"
132132 key : " os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:build_cli-build_cli_annotations;commands:analyze"
@@ -141,7 +141,7 @@ jobs:
141141 sdk : dev
142142 - id : checkout
143143 name : Checkout repository
144- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
144+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
145145 - id : build_cli_pub_upgrade
146146 name : build_cli; dart pub upgrade
147147 run : dart pub upgrade
@@ -167,7 +167,7 @@ jobs:
167167 runs-on : ubuntu-latest
168168 steps :
169169 - name : Cache Pub hosted dependencies
170- uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb
170+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
171171 with :
172172 path : " ~/.pub-cache/hosted"
173173 key : " os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:build_cli-build_cli_annotations;commands:format"
@@ -182,7 +182,7 @@ jobs:
182182 sdk : dev
183183 - id : checkout
184184 name : Checkout repository
185- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
185+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
186186 - id : build_cli_pub_upgrade
187187 name : build_cli; dart pub upgrade
188188 run : dart pub upgrade
@@ -208,7 +208,7 @@ jobs:
208208 runs-on : ubuntu-latest
209209 steps :
210210 - name : Cache Pub hosted dependencies
211- uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb
211+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
212212 with :
213213 path : " ~/.pub-cache/hosted"
214214 key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.9.0;packages:build_cli;commands:test_1"
@@ -223,7 +223,7 @@ jobs:
223223 sdk : " 3.9.0"
224224 - id : checkout
225225 name : Checkout repository
226- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
226+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
227227 - id : build_cli_pub_upgrade
228228 name : build_cli; dart pub upgrade
229229 run : dart pub upgrade
@@ -244,7 +244,7 @@ jobs:
244244 runs-on : ubuntu-latest
245245 steps :
246246 - name : Cache Pub hosted dependencies
247- uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb
247+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
248248 with :
249249 path : " ~/.pub-cache/hosted"
250250 key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.9.0;packages:build_cli;commands:test_0"
@@ -259,7 +259,7 @@ jobs:
259259 sdk : " 3.9.0"
260260 - id : checkout
261261 name : Checkout repository
262- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
262+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
263263 - id : build_cli_pub_upgrade
264264 name : build_cli; dart pub upgrade
265265 run : dart pub upgrade
@@ -280,7 +280,7 @@ jobs:
280280 runs-on : ubuntu-latest
281281 steps :
282282 - name : Cache Pub hosted dependencies
283- uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb
283+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
284284 with :
285285 path : " ~/.pub-cache/hosted"
286286 key : " os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:build_cli;commands:test_1"
@@ -295,7 +295,7 @@ jobs:
295295 sdk : dev
296296 - id : checkout
297297 name : Checkout repository
298- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
298+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
299299 - id : build_cli_pub_upgrade
300300 name : build_cli; dart pub upgrade
301301 run : dart pub upgrade
@@ -316,7 +316,7 @@ jobs:
316316 runs-on : ubuntu-latest
317317 steps :
318318 - name : Cache Pub hosted dependencies
319- uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb
319+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
320320 with :
321321 path : " ~/.pub-cache/hosted"
322322 key : " os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:build_cli;commands:test_0"
@@ -331,7 +331,7 @@ jobs:
331331 sdk : dev
332332 - id : checkout
333333 name : Checkout repository
334- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
334+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
335335 - id : build_cli_pub_upgrade
336336 name : build_cli; dart pub upgrade
337337 run : dart pub upgrade
0 commit comments