|
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:build_cli-build_cli_annotations;commands:analyze" |
|
85 | 85 | runs-on: ubuntu-latest |
86 | 86 | steps: |
87 | 87 | - name: Cache Pub hosted dependencies |
88 | | - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf |
| 88 | + uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 |
89 | 89 | with: |
90 | 90 | path: "~/.pub-cache/hosted" |
91 | 91 | key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.6.0;packages:build_cli-build_cli_annotations;commands:format" |
@@ -126,7 +126,7 @@ jobs: |
126 | 126 | runs-on: ubuntu-latest |
127 | 127 | steps: |
128 | 128 | - name: Cache Pub hosted dependencies |
129 | | - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf |
| 129 | + uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 |
130 | 130 | with: |
131 | 131 | path: "~/.pub-cache/hosted" |
132 | 132 | key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:build_cli-build_cli_annotations;commands:analyze" |
@@ -167,7 +167,7 @@ jobs: |
167 | 167 | runs-on: ubuntu-latest |
168 | 168 | steps: |
169 | 169 | - name: Cache Pub hosted dependencies |
170 | | - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf |
| 170 | + uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 |
171 | 171 | with: |
172 | 172 | path: "~/.pub-cache/hosted" |
173 | 173 | key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:build_cli-build_cli_annotations;commands:format" |
@@ -208,7 +208,7 @@ jobs: |
208 | 208 | runs-on: ubuntu-latest |
209 | 209 | steps: |
210 | 210 | - name: Cache Pub hosted dependencies |
211 | | - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf |
| 211 | + uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 |
212 | 212 | with: |
213 | 213 | path: "~/.pub-cache/hosted" |
214 | 214 | key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.6.0;packages:build_cli;commands:test" |
@@ -244,7 +244,7 @@ jobs: |
244 | 244 | runs-on: ubuntu-latest |
245 | 245 | steps: |
246 | 246 | - name: Cache Pub hosted dependencies |
247 | | - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf |
| 247 | + uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 |
248 | 248 | with: |
249 | 249 | path: "~/.pub-cache/hosted" |
250 | 250 | key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:build_cli;commands:test" |
|
0 commit comments