Skip to content

Commit d05428e

Browse files
Bump actions/cache from 4.2.2 to 4.2.3 in the dependencies group (#1484)
Bumps the dependencies 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: dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a4edc02 commit d05428e

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/dart.yml

Lines changed: 13 additions & 13 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_yaml-checked_yaml-example-json_annotation-json_serializable;commands:analyze_1"
@@ -110,7 +110,7 @@ jobs:
110110
runs-on: ubuntu-latest
111111
steps:
112112
- name: Cache Pub hosted dependencies
113-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
113+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
114114
with:
115115
path: "~/.pub-cache/hosted"
116116
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:_test_yaml-checked_yaml-example-json_annotation-json_serializable;commands:format-analyze_0"
@@ -196,7 +196,7 @@ jobs:
196196
runs-on: ubuntu-latest
197197
steps:
198198
- name: Cache Pub hosted dependencies
199-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
199+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
200200
with:
201201
path: "~/.pub-cache/hosted"
202202
key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.6.0;packages:_test_yaml-checked_yaml-example-json_serializable;commands:test_0"
@@ -257,7 +257,7 @@ jobs:
257257
runs-on: ubuntu-latest
258258
steps:
259259
- name: Cache Pub hosted dependencies
260-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
260+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
261261
with:
262262
path: "~/.pub-cache/hosted"
263263
key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.6.0;packages:json_serializable;commands:test_3"
@@ -291,7 +291,7 @@ jobs:
291291
runs-on: ubuntu-latest
292292
steps:
293293
- name: Cache Pub hosted dependencies
294-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
294+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
295295
with:
296296
path: "~/.pub-cache/hosted"
297297
key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.6.0;packages:json_serializable;commands:test_1"
@@ -325,7 +325,7 @@ jobs:
325325
runs-on: ubuntu-latest
326326
steps:
327327
- name: Cache Pub hosted dependencies
328-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
328+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
329329
with:
330330
path: "~/.pub-cache/hosted"
331331
key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.6.0;packages:json_serializable;commands:test_2"
@@ -359,7 +359,7 @@ jobs:
359359
runs-on: ubuntu-latest
360360
steps:
361361
- name: Cache Pub hosted dependencies
362-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
362+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
363363
with:
364364
path: "~/.pub-cache/hosted"
365365
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:_test_yaml-checked_yaml-example-json_serializable;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:dev;packages:json_serializable;commands:test_3"
@@ -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:dev;packages:json_serializable;commands:test_1"
@@ -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:dev;packages:json_serializable;commands:test_2"
@@ -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:3.6.0;packages:_test_yaml-checked_yaml-example;commands:test_1"
@@ -582,7 +582,7 @@ jobs:
582582
runs-on: ubuntu-latest
583583
steps:
584584
- name: Cache Pub hosted dependencies
585-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
585+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
586586
with:
587587
path: "~/.pub-cache/hosted"
588588
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:_test_yaml-checked_yaml-example;commands:test_1"

0 commit comments

Comments
 (0)