|
20 | 20 | runs-on: ubuntu-latest
|
21 | 21 | steps:
|
22 | 22 | - name: Cache Pub hosted dependencies
|
23 |
| - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf |
| 23 | + uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 |
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@d4323d4df104b026a6aa633fdb11d772146be0bf |
| 46 | + uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 |
47 | 47 | with:
|
48 | 48 | path: "~/.pub-cache/hosted"
|
49 | 49 | key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.7.0;packages:pkgs/analysis_defaults-pkgs/dash_design-pkgs/excerpter-pkgs/inject_dartpad;commands:format-analyze"
|
@@ -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@d4323d4df104b026a6aa633fdb11d772146be0bf |
| 119 | + uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 |
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"
|
@@ -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@d4323d4df104b026a6aa633fdb11d772146be0bf |
| 192 | + uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 |
193 | 193 | with:
|
194 | 194 | path: "~/.pub-cache/hosted"
|
195 | 195 | key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.7.0;packages:pkgs/excerpter;commands:test"
|
@@ -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@d4323d4df104b026a6aa633fdb11d772146be0bf |
| 226 | + uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 |
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"
|
|
0 commit comments