Skip to content

Commit 2cb379b

Browse files
Bump the dependencies group with 2 updates (#1453)
Bumps the dependencies group with 2 updates: [actions/cache](https://github.com/actions/cache) and [actions/checkout](https://github.com/actions/checkout). Updates `actions/cache` from 4.0.2 to 4.1.2 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@0c45773...6849a64) Updates `actions/checkout` from 4.2.0 to 4.2.2 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@d632683...11bd719) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: actions/checkout 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 2c2c78d commit 2cb379b

File tree

2 files changed

+28
-28
lines changed

2 files changed

+28
-28
lines changed

.github/workflows/dart.yml

Lines changed: 26 additions & 26 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@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
24+
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
2525
with:
2626
path: "~/.pub-cache/hosted"
2727
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable"
@@ -34,7 +34,7 @@ jobs:
3434
sdk: stable
3535
- id: checkout
3636
name: Checkout repository
37-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
37+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
3838
- name: mono_repo self validate
3939
run: dart pub global activate mono_repo 6.6.2
4040
- name: mono_repo self validate
@@ -44,7 +44,7 @@ jobs:
4444
runs-on: ubuntu-latest
4545
steps:
4646
- name: Cache Pub hosted dependencies
47-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
47+
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
4848
with:
4949
path: "~/.pub-cache/hosted"
5050
key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.5.0;packages:_test_yaml-checked_yaml-example-json_annotation-json_serializable;commands:analyze_1"
@@ -59,7 +59,7 @@ jobs:
5959
sdk: "3.5.0"
6060
- id: checkout
6161
name: Checkout repository
62-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
62+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
6363
- id: _test_yaml_pub_upgrade
6464
name: _test_yaml; dart pub upgrade
6565
run: dart pub upgrade
@@ -110,7 +110,7 @@ jobs:
110110
runs-on: ubuntu-latest
111111
steps:
112112
- name: Cache Pub hosted dependencies
113-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
113+
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
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"
@@ -125,7 +125,7 @@ jobs:
125125
sdk: dev
126126
- id: checkout
127127
name: Checkout repository
128-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
128+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
129129
- id: _test_yaml_pub_upgrade
130130
name: _test_yaml; dart pub upgrade
131131
run: dart pub upgrade
@@ -196,7 +196,7 @@ jobs:
196196
runs-on: ubuntu-latest
197197
steps:
198198
- name: Cache Pub hosted dependencies
199-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
199+
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
200200
with:
201201
path: "~/.pub-cache/hosted"
202202
key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.5.0;packages:_test_yaml-checked_yaml-example-json_serializable;commands:test_0"
@@ -211,7 +211,7 @@ jobs:
211211
sdk: "3.5.0"
212212
- id: checkout
213213
name: Checkout repository
214-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
214+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
215215
- id: _test_yaml_pub_upgrade
216216
name: _test_yaml; dart pub upgrade
217217
run: dart pub upgrade
@@ -257,7 +257,7 @@ jobs:
257257
runs-on: ubuntu-latest
258258
steps:
259259
- name: Cache Pub hosted dependencies
260-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
260+
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
261261
with:
262262
path: "~/.pub-cache/hosted"
263263
key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.5.0;packages:json_serializable;commands:test_3"
@@ -272,7 +272,7 @@ jobs:
272272
sdk: "3.5.0"
273273
- id: checkout
274274
name: Checkout repository
275-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
275+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
276276
- id: json_serializable_pub_upgrade
277277
name: json_serializable; dart pub upgrade
278278
run: dart pub upgrade
@@ -291,7 +291,7 @@ jobs:
291291
runs-on: ubuntu-latest
292292
steps:
293293
- name: Cache Pub hosted dependencies
294-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
294+
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
295295
with:
296296
path: "~/.pub-cache/hosted"
297297
key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.5.0;packages:json_serializable;commands:test_1"
@@ -306,7 +306,7 @@ jobs:
306306
sdk: "3.5.0"
307307
- id: checkout
308308
name: Checkout repository
309-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
309+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
310310
- id: json_serializable_pub_upgrade
311311
name: json_serializable; dart pub upgrade
312312
run: dart pub upgrade
@@ -325,7 +325,7 @@ jobs:
325325
runs-on: ubuntu-latest
326326
steps:
327327
- name: Cache Pub hosted dependencies
328-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
328+
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
329329
with:
330330
path: "~/.pub-cache/hosted"
331331
key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.5.0;packages:json_serializable;commands:test_2"
@@ -340,7 +340,7 @@ jobs:
340340
sdk: "3.5.0"
341341
- id: checkout
342342
name: Checkout repository
343-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
343+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
344344
- id: json_serializable_pub_upgrade
345345
name: json_serializable; dart pub upgrade
346346
run: dart pub upgrade
@@ -359,7 +359,7 @@ jobs:
359359
runs-on: ubuntu-latest
360360
steps:
361361
- name: Cache Pub hosted dependencies
362-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
362+
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
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"
@@ -374,7 +374,7 @@ jobs:
374374
sdk: dev
375375
- id: checkout
376376
name: Checkout repository
377-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
377+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
378378
- id: _test_yaml_pub_upgrade
379379
name: _test_yaml; dart pub upgrade
380380
run: dart pub upgrade
@@ -420,7 +420,7 @@ jobs:
420420
runs-on: ubuntu-latest
421421
steps:
422422
- name: Cache Pub hosted dependencies
423-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
423+
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
424424
with:
425425
path: "~/.pub-cache/hosted"
426426
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:json_serializable;commands:test_3"
@@ -435,7 +435,7 @@ jobs:
435435
sdk: dev
436436
- id: checkout
437437
name: Checkout repository
438-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
438+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
439439
- id: json_serializable_pub_upgrade
440440
name: json_serializable; dart pub upgrade
441441
run: dart pub upgrade
@@ -454,7 +454,7 @@ jobs:
454454
runs-on: ubuntu-latest
455455
steps:
456456
- name: Cache Pub hosted dependencies
457-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
457+
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
458458
with:
459459
path: "~/.pub-cache/hosted"
460460
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:json_serializable;commands:test_1"
@@ -469,7 +469,7 @@ jobs:
469469
sdk: dev
470470
- id: checkout
471471
name: Checkout repository
472-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
472+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
473473
- id: json_serializable_pub_upgrade
474474
name: json_serializable; dart pub upgrade
475475
run: dart pub upgrade
@@ -488,7 +488,7 @@ jobs:
488488
runs-on: ubuntu-latest
489489
steps:
490490
- name: Cache Pub hosted dependencies
491-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
491+
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
492492
with:
493493
path: "~/.pub-cache/hosted"
494494
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:json_serializable;commands:test_2"
@@ -503,7 +503,7 @@ jobs:
503503
sdk: dev
504504
- id: checkout
505505
name: Checkout repository
506-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
506+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
507507
- id: json_serializable_pub_upgrade
508508
name: json_serializable; dart pub upgrade
509509
run: dart pub upgrade
@@ -522,7 +522,7 @@ jobs:
522522
runs-on: ubuntu-latest
523523
steps:
524524
- name: Cache Pub hosted dependencies
525-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
525+
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
526526
with:
527527
path: "~/.pub-cache/hosted"
528528
key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.5.0;packages:_test_yaml-checked_yaml-example;commands:test_1"
@@ -537,7 +537,7 @@ jobs:
537537
sdk: "3.5.0"
538538
- id: checkout
539539
name: Checkout repository
540-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
540+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
541541
- id: _test_yaml_pub_upgrade
542542
name: _test_yaml; dart pub upgrade
543543
run: dart pub upgrade
@@ -582,7 +582,7 @@ jobs:
582582
runs-on: ubuntu-latest
583583
steps:
584584
- name: Cache Pub hosted dependencies
585-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
585+
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
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"
@@ -597,7 +597,7 @@ jobs:
597597
sdk: dev
598598
- id: checkout
599599
name: Checkout repository
600-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
600+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
601601
- id: _test_yaml_pub_upgrade
602602
name: _test_yaml; dart pub upgrade
603603
run: dart pub upgrade

.github/workflows/markdown_linter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
markdown-link-check:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
14+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
1515
- uses: gaurav-nelson/github-action-markdown-link-check@5c5dfc0ac2e225883c0e5f03a85311ec2830d368
1616
markdown_lint:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
19+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
2020
- uses: DavidAnson/markdownlint-cli2-action@db43aef879112c3119a410d69f66701e0d530809

0 commit comments

Comments
 (0)