|
20 | 20 | runs-on: ubuntu-latest
|
21 | 21 | steps:
|
22 | 22 | - name: Cache Pub hosted dependencies
|
23 |
| - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 |
| 23 | + uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 |
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@704facf57e6136b1bc63b828d79edcd491f0ee84 |
| 46 | + uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 |
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@704facf57e6136b1bc63b828d79edcd491f0ee84 |
| 93 | + uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 |
94 | 94 | with:
|
95 | 95 | path: "~/.pub-cache/hosted"
|
96 | 96 | key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.2.0;packages:packages/inject_dartpad;commands:format-analyze"
|
@@ -124,7 +124,7 @@ jobs:
|
124 | 124 | runs-on: ubuntu-latest
|
125 | 125 | steps:
|
126 | 126 | - name: Cache Pub hosted dependencies
|
127 |
| - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 |
| 127 | + uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 |
128 | 128 | with:
|
129 | 129 | path: "~/.pub-cache/hosted"
|
130 | 130 | key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:packages/code_excerpt_updater-packages/code_excerpter-packages/inject_dartpad;commands:format-analyze"
|
@@ -184,7 +184,7 @@ jobs:
|
184 | 184 | runs-on: ubuntu-latest
|
185 | 185 | steps:
|
186 | 186 | - name: Cache Pub hosted dependencies
|
187 |
| - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 |
| 187 | + uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 |
188 | 188 | with:
|
189 | 189 | path: "~/.pub-cache/hosted"
|
190 | 190 | key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.1.0;packages:packages/code_excerpt_updater-packages/code_excerpter;commands:test"
|
@@ -228,7 +228,7 @@ jobs:
|
228 | 228 | runs-on: ubuntu-latest
|
229 | 229 | steps:
|
230 | 230 | - name: Cache Pub hosted dependencies
|
231 |
| - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 |
| 231 | + uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 |
232 | 232 | with:
|
233 | 233 | path: "~/.pub-cache/hosted"
|
234 | 234 | key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:packages/code_excerpt_updater-packages/code_excerpter;commands:test"
|
|
0 commit comments