20
20
runs-on : ubuntu-latest
21
21
steps :
22
22
- name : Cache Pub hosted dependencies
23
- uses : actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2
23
+ uses : actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84
24
24
with :
25
25
path : " ~/.pub-cache/hosted"
26
26
key : " os:ubuntu-latest;pub-cache-hosted;sdk:stable"
43
43
runs-on : ubuntu-latest
44
44
steps :
45
45
- name : Cache Pub hosted dependencies
46
- uses : actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2
46
+ uses : actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84
47
47
with :
48
48
path : " ~/.pub-cache/hosted"
49
49
key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.1.0;packages:packages/code_excerpt_updater-packages/code_excerpter;commands:format-analyze"
90
90
runs-on : ubuntu-latest
91
91
steps :
92
92
- name : Cache Pub hosted dependencies
93
- uses : actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2
93
+ uses : actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84
94
94
with :
95
95
path : " ~/.pub-cache/hosted"
96
96
key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.2.0;packages:packages/excerpter-packages/inject_dartpad;commands:format-analyze"
@@ -137,7 +137,7 @@ jobs:
137
137
runs-on : ubuntu-latest
138
138
steps :
139
139
- name : Cache Pub hosted dependencies
140
- uses : actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2
140
+ uses : actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84
141
141
with :
142
142
path : " ~/.pub-cache/hosted"
143
143
key : " os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:packages/code_excerpt_updater-packages/code_excerpter-packages/excerpter-packages/inject_dartpad;commands:format-analyze"
@@ -210,7 +210,7 @@ jobs:
210
210
runs-on : ubuntu-latest
211
211
steps :
212
212
- name : Cache Pub hosted dependencies
213
- uses : actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2
213
+ uses : actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84
214
214
with :
215
215
path : " ~/.pub-cache/hosted"
216
216
key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.1.0;packages:packages/code_excerpt_updater-packages/code_excerpter;commands:test"
@@ -254,7 +254,7 @@ jobs:
254
254
runs-on : ubuntu-latest
255
255
steps :
256
256
- name : Cache Pub hosted dependencies
257
- uses : actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2
257
+ uses : actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84
258
258
with :
259
259
path : " ~/.pub-cache/hosted"
260
260
key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.2.0;packages:packages/excerpter;commands:test"
@@ -264,7 +264,7 @@ jobs:
264
264
os:ubuntu-latest;pub-cache-hosted
265
265
os:ubuntu-latest
266
266
- name : Setup Dart SDK
267
- uses : dart-lang/setup-dart@b64355ae6ca0b5d484f0106a033dd1388965d06d
267
+ uses : dart-lang/setup-dart@fedb1266e91cf51be2fdb382869461a434b920a3
268
268
with :
269
269
sdk : " 3.2.0"
270
270
- id : checkout
0 commit comments