Skip to content

Commit ca038a4

Browse files
Bump the dependencies group with 2 updates (#1469)
Bumps the dependencies group with 2 updates: [actions/cache](https://github.com/actions/cache) and [DavidAnson/markdownlint-cli2-action](https://github.com/davidanson/markdownlint-cli2-action). Updates `actions/cache` from 4.1.2 to 4.2.0 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@6849a64...1bd1e32) Updates `DavidAnson/markdownlint-cli2-action` from 18.0.0 to 19.0.0 - [Release notes](https://github.com/davidanson/markdownlint-cli2-action/releases) - [Commits](DavidAnson/markdownlint-cli2-action@eb5ca3a...a23dae2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: DavidAnson/markdownlint-cli2-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 958e520 commit ca038a4

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
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@6849a6489940f00c2f30c0fb92c6274307ccb58a
24+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
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@6849a6489940f00c2f30c0fb92c6274307ccb58a
47+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
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@6849a6489940f00c2f30c0fb92c6274307ccb58a
113+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
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@6849a6489940f00c2f30c0fb92c6274307ccb58a
199+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
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@6849a6489940f00c2f30c0fb92c6274307ccb58a
260+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
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@6849a6489940f00c2f30c0fb92c6274307ccb58a
294+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
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@6849a6489940f00c2f30c0fb92c6274307ccb58a
328+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
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@6849a6489940f00c2f30c0fb92c6274307ccb58a
362+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
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@6849a6489940f00c2f30c0fb92c6274307ccb58a
423+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
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@6849a6489940f00c2f30c0fb92c6274307ccb58a
457+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
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@6849a6489940f00c2f30c0fb92c6274307ccb58a
491+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
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@6849a6489940f00c2f30c0fb92c6274307ccb58a
525+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
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@6849a6489940f00c2f30c0fb92c6274307ccb58a
585+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
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"

.github/workflows/markdown_linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
20-
- uses: DavidAnson/markdownlint-cli2-action@eb5ca3ab411449c66620fe7f1b3c9e10547144b0
20+
- uses: DavidAnson/markdownlint-cli2-action@a23dae216ce3fee4db69da41fed90d2a4af801cf

0 commit comments

Comments
 (0)