Skip to content

Commit de66316

Browse files
build(deps): bump actions/cache in the github-actions group (#673)
Bumps the github-actions group with 1 update: [actions/cache](https://github.com/actions/cache). Updates `actions/cache` from 4.2.2 to 4.2.3 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@d4323d4...5a3ec84) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.2.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 209ebf5 commit de66316

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

.github/workflows/dart.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Cache Pub hosted dependencies
24-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
24+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
2525
with:
2626
path: "~/.pub-cache/hosted"
2727
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable"
@@ -44,7 +44,7 @@ jobs:
4444
runs-on: ubuntu-latest
4545
steps:
4646
- name: Cache Pub hosted dependencies
47-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
47+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
4848
with:
4949
path: "~/.pub-cache/hosted"
5050
key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.6.0;packages:_test-_test_package-discoveryapis_commons-discoveryapis_generator-generated/googleapis-generated/googleapis_beta-generator-googleapis_auth-test_integration;commands:analyze_1"
@@ -146,7 +146,7 @@ jobs:
146146
runs-on: ubuntu-latest
147147
steps:
148148
- name: Cache Pub hosted dependencies
149-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
149+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
150150
with:
151151
path: "~/.pub-cache/hosted"
152152
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:_test-_test_package-discoveryapis_commons-discoveryapis_generator-generated/googleapis-generated/googleapis_beta-generator-googleapis_auth-test_integration;commands:format-analyze_0"
@@ -284,7 +284,7 @@ jobs:
284284
runs-on: ubuntu-latest
285285
steps:
286286
- name: Cache Pub hosted dependencies
287-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
287+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
288288
with:
289289
path: "~/.pub-cache/hosted"
290290
key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.6.0;packages:_test_package;commands:test_0"
@@ -318,7 +318,7 @@ jobs:
318318
runs-on: ubuntu-latest
319319
steps:
320320
- name: Cache Pub hosted dependencies
321-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
321+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
322322
with:
323323
path: "~/.pub-cache/hosted"
324324
key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.6.0;packages:discoveryapis_commons;commands:test_0"
@@ -352,7 +352,7 @@ jobs:
352352
runs-on: ubuntu-latest
353353
steps:
354354
- name: Cache Pub hosted dependencies
355-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
355+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
356356
with:
357357
path: "~/.pub-cache/hosted"
358358
key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.6.0;packages:discoveryapis_generator;commands:test_0"
@@ -386,7 +386,7 @@ jobs:
386386
runs-on: ubuntu-latest
387387
steps:
388388
- name: Cache Pub hosted dependencies
389-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
389+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
390390
with:
391391
path: "~/.pub-cache/hosted"
392392
key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.6.0;packages:generated/googleapis;commands:test_0"
@@ -420,7 +420,7 @@ jobs:
420420
runs-on: ubuntu-latest
421421
steps:
422422
- name: Cache Pub hosted dependencies
423-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
423+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
424424
with:
425425
path: "~/.pub-cache/hosted"
426426
key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.6.0;packages:generated/googleapis_beta;commands:test_0"
@@ -454,7 +454,7 @@ jobs:
454454
runs-on: ubuntu-latest
455455
steps:
456456
- name: Cache Pub hosted dependencies
457-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
457+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
458458
with:
459459
path: "~/.pub-cache/hosted"
460460
key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.6.0;packages:googleapis_auth;commands:test_2"
@@ -488,7 +488,7 @@ jobs:
488488
runs-on: ubuntu-latest
489489
steps:
490490
- name: Cache Pub hosted dependencies
491-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
491+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
492492
with:
493493
path: "~/.pub-cache/hosted"
494494
key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.6.0;packages:googleapis_auth;commands:test_1"
@@ -522,7 +522,7 @@ jobs:
522522
runs-on: ubuntu-latest
523523
steps:
524524
- name: Cache Pub hosted dependencies
525-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
525+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
526526
with:
527527
path: "~/.pub-cache/hosted"
528528
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:_test_package;commands:test_0"
@@ -556,7 +556,7 @@ jobs:
556556
runs-on: ubuntu-latest
557557
steps:
558558
- name: Cache Pub hosted dependencies
559-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
559+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
560560
with:
561561
path: "~/.pub-cache/hosted"
562562
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:discoveryapis_commons;commands:test_0"
@@ -590,7 +590,7 @@ jobs:
590590
runs-on: ubuntu-latest
591591
steps:
592592
- name: Cache Pub hosted dependencies
593-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
593+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
594594
with:
595595
path: "~/.pub-cache/hosted"
596596
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:discoveryapis_generator;commands:test_0"
@@ -624,7 +624,7 @@ jobs:
624624
runs-on: ubuntu-latest
625625
steps:
626626
- name: Cache Pub hosted dependencies
627-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
627+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
628628
with:
629629
path: "~/.pub-cache/hosted"
630630
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:generated/googleapis;commands:test_0"
@@ -658,7 +658,7 @@ jobs:
658658
runs-on: ubuntu-latest
659659
steps:
660660
- name: Cache Pub hosted dependencies
661-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
661+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
662662
with:
663663
path: "~/.pub-cache/hosted"
664664
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:generated/googleapis_beta;commands:test_0"
@@ -692,7 +692,7 @@ jobs:
692692
runs-on: ubuntu-latest
693693
steps:
694694
- name: Cache Pub hosted dependencies
695-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
695+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
696696
with:
697697
path: "~/.pub-cache/hosted"
698698
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:googleapis_auth;commands:test_2"
@@ -726,7 +726,7 @@ jobs:
726726
runs-on: ubuntu-latest
727727
steps:
728728
- name: Cache Pub hosted dependencies
729-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
729+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
730730
with:
731731
path: "~/.pub-cache/hosted"
732732
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:googleapis_auth;commands:test_1"

.github/workflows/verify_examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Cache Pub hosted dependencies
21-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
21+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
2222
with:
2323
path: "~/.pub-cache/hosted"
2424
key: "os:ubuntu-latest;pub-cache-hosted;dart:dev;packages:${{ matrix.example_directory }}"

0 commit comments

Comments
 (0)