|
21 | 21 | runs-on: ubuntu-latest |
22 | 22 | steps: |
23 | 23 | - name: Cache Pub hosted dependencies |
24 | | - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf |
| 24 | + uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 |
25 | 25 | with: |
26 | 26 | path: "~/.pub-cache/hosted" |
27 | 27 | key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable" |
|
44 | 44 | runs-on: ubuntu-latest |
45 | 45 | steps: |
46 | 46 | - name: Cache Pub hosted dependencies |
47 | | - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf |
| 47 | + uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 |
48 | 48 | with: |
49 | 49 | path: "~/.pub-cache/hosted" |
50 | 50 | key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.6.0;packages:source_gen;commands:analyze_1" |
|
74 | 74 | runs-on: ubuntu-latest |
75 | 75 | steps: |
76 | 76 | - name: Cache Pub hosted dependencies |
77 | | - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf |
| 77 | + uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 |
78 | 78 | with: |
79 | 79 | path: "~/.pub-cache/hosted" |
80 | 80 | key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:_test_annotations-example-example_usage-source_gen;commands:format-analyze_0" |
@@ -147,7 +147,7 @@ jobs: |
147 | 147 | runs-on: ubuntu-latest |
148 | 148 | steps: |
149 | 149 | - name: Cache Pub hosted dependencies |
150 | | - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf |
| 150 | + uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 |
151 | 151 | with: |
152 | 152 | path: "~/.pub-cache/hosted" |
153 | 153 | key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.6.0;packages:example_usage;commands:test_0" |
@@ -181,7 +181,7 @@ jobs: |
181 | 181 | runs-on: ubuntu-latest |
182 | 182 | steps: |
183 | 183 | - name: Cache Pub hosted dependencies |
184 | | - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf |
| 184 | + uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 |
185 | 185 | with: |
186 | 186 | path: "~/.pub-cache/hosted" |
187 | 187 | key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.6.0;packages:source_gen;commands:test_1" |
@@ -215,7 +215,7 @@ jobs: |
215 | 215 | runs-on: ubuntu-latest |
216 | 216 | steps: |
217 | 217 | - name: Cache Pub hosted dependencies |
218 | | - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf |
| 218 | + uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 |
219 | 219 | with: |
220 | 220 | path: "~/.pub-cache/hosted" |
221 | 221 | key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:example_usage;commands:test_0" |
@@ -249,7 +249,7 @@ jobs: |
249 | 249 | runs-on: ubuntu-latest |
250 | 250 | steps: |
251 | 251 | - name: Cache Pub hosted dependencies |
252 | | - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf |
| 252 | + uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 |
253 | 253 | with: |
254 | 254 | path: "~/.pub-cache/hosted" |
255 | 255 | key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:source_gen;commands:test_1" |
|
0 commit comments