|
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:3.6.0;packages:dartfn-functions_framework_builder-google_cloud-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@d4323d4df104b026a6aa633fdb11d772146be0bf |
| 80 | + uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 |
81 | 81 | with: |
82 | 82 | path: "~/.pub-cache/hosted" |
83 | 83 | key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.6.0;packages:google_cloud;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@d4323d4df104b026a6aa633fdb11d772146be0bf |
| 110 | + uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 |
111 | 111 | with: |
112 | 112 | path: "~/.pub-cache/hosted" |
113 | 113 | key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:dartfn-dartfn/templates/cloudevent-dartfn/templates/helloworld-dartfn/templates/json-examples/fullstack/backend-examples/hello-examples/json-examples/protobuf_firestore-examples/raw_cloudevent-functions_framework_builder-google_cloud-integration_test;commands:test_0" |
@@ -236,7 +236,7 @@ jobs: |
236 | 236 | runs-on: ubuntu-latest |
237 | 237 | steps: |
238 | 238 | - name: Cache Pub hosted dependencies |
239 | | - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf |
| 239 | + uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 |
240 | 240 | with: |
241 | 241 | path: "~/.pub-cache/hosted" |
242 | 242 | key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:dartfn-functions_framework-integration_test;commands:test_1" |
@@ -284,7 +284,7 @@ jobs: |
284 | 284 | runs-on: macos-latest |
285 | 285 | steps: |
286 | 286 | - name: Cache Pub hosted dependencies |
287 | | - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf |
| 287 | + uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 |
288 | 288 | with: |
289 | 289 | path: "~/.pub-cache/hosted" |
290 | 290 | key: "os:macos-latest;pub-cache-hosted;sdk:3.6.0;packages:google_cloud;commands:test_0" |
@@ -314,7 +314,7 @@ jobs: |
314 | 314 | runs-on: macos-latest |
315 | 315 | steps: |
316 | 316 | - name: Cache Pub hosted dependencies |
317 | | - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf |
| 317 | + uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 |
318 | 318 | with: |
319 | 319 | path: "~/.pub-cache/hosted" |
320 | 320 | key: "os:macos-latest;pub-cache-hosted;sdk:dev;packages:google_cloud;commands:test_0" |
|
0 commit comments