|
1 |
| -# Created with package:mono_repo v6.5.0 |
| 1 | +# Created with package:mono_repo v6.5.1 |
2 | 2 | name: Dart Unit CI
|
3 | 3 | on:
|
4 | 4 | push:
|
|
20 | 20 | runs-on: ubuntu-latest
|
21 | 21 | steps:
|
22 | 22 | - name: Cache Pub hosted dependencies
|
23 |
| - uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 |
| 23 | + uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 |
24 | 24 | with:
|
25 | 25 | path: "~/.pub-cache/hosted"
|
26 | 26 | key: "os:ubuntu-latest;pub-cache-hosted;sdk:2.18.0;packages:dartfn-functions_framework_builder-gcp-integration_test;commands:test_0"
|
|
77 | 77 | runs-on: ubuntu-latest
|
78 | 78 | steps:
|
79 | 79 | - name: Cache Pub hosted dependencies
|
80 |
| - uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 |
| 80 | + uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 |
81 | 81 | with:
|
82 | 82 | path: "~/.pub-cache/hosted"
|
83 | 83 | key: "os:ubuntu-latest;pub-cache-hosted;sdk:2.18.0;packages:gcp;commands:command"
|
@@ -107,7 +107,7 @@ jobs:
|
107 | 107 | runs-on: ubuntu-latest
|
108 | 108 | steps:
|
109 | 109 | - name: Cache Pub hosted dependencies
|
110 |
| - uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 |
| 110 | + uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 |
111 | 111 | with:
|
112 | 112 | path: "~/.pub-cache/hosted"
|
113 | 113 | key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:dartfn-functions_framework-integration_test;commands:test_1"
|
@@ -155,7 +155,7 @@ jobs:
|
155 | 155 | runs-on: ubuntu-latest
|
156 | 156 | steps:
|
157 | 157 | - name: Cache Pub hosted dependencies
|
158 |
| - uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 |
| 158 | + uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 |
159 | 159 | with:
|
160 | 160 | path: "~/.pub-cache/hosted"
|
161 | 161 | key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:dartfn-functions_framework_builder-gcp-integration_test;commands:test_0"
|
@@ -212,7 +212,7 @@ jobs:
|
212 | 212 | runs-on: macos-latest
|
213 | 213 | steps:
|
214 | 214 | - name: Cache Pub hosted dependencies
|
215 |
| - uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 |
| 215 | + uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 |
216 | 216 | with:
|
217 | 217 | path: "~/.pub-cache/hosted"
|
218 | 218 | key: "os:macos-latest;pub-cache-hosted;sdk:2.18.0;packages:gcp;commands:test_0"
|
@@ -242,7 +242,7 @@ jobs:
|
242 | 242 | runs-on: macos-latest
|
243 | 243 | steps:
|
244 | 244 | - name: Cache Pub hosted dependencies
|
245 |
| - uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 |
| 245 | + uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 |
246 | 246 | with:
|
247 | 247 | path: "~/.pub-cache/hosted"
|
248 | 248 | key: "os:macos-latest;pub-cache-hosted;sdk:dev;packages:gcp;commands:test_0"
|
|
0 commit comments