|
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@ab5e6d0c87105b4c9c2047343972218f562e4319 |
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@ab5e6d0c87105b4c9c2047343972218f562e4319 |
47 | 47 | with:
|
48 | 48 | path: "~/.pub-cache/hosted"
|
49 | 49 | key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.3.0;packages:packages/code_excerpt_updater-packages/code_excerpter-packages/inject_dartpad;commands:format-analyze"
|
@@ -103,7 +103,7 @@ jobs:
|
103 | 103 | runs-on: ubuntu-latest
|
104 | 104 | steps:
|
105 | 105 | - name: Cache Pub hosted dependencies
|
106 |
| - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 |
| 106 | + uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 |
107 | 107 | with:
|
108 | 108 | path: "~/.pub-cache/hosted"
|
109 | 109 | key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:packages/code_excerpt_updater-packages/code_excerpter-packages/inject_dartpad;commands:format-analyze"
|
@@ -163,7 +163,7 @@ jobs:
|
163 | 163 | runs-on: ubuntu-latest
|
164 | 164 | steps:
|
165 | 165 | - name: Cache Pub hosted dependencies
|
166 |
| - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 |
| 166 | + uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 |
167 | 167 | with:
|
168 | 168 | path: "~/.pub-cache/hosted"
|
169 | 169 | key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.3.0;packages:packages/code_excerpt_updater-packages/code_excerpter;commands:test"
|
@@ -206,7 +206,7 @@ jobs:
|
206 | 206 | runs-on: ubuntu-latest
|
207 | 207 | steps:
|
208 | 208 | - name: Cache Pub hosted dependencies
|
209 |
| - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 |
| 209 | + uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 |
210 | 210 | with:
|
211 | 211 | path: "~/.pub-cache/hosted"
|
212 | 212 | key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:packages/code_excerpt_updater-packages/code_excerpter;commands:test"
|
|
0 commit comments