Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2e79481

Browse files
authoredMay 3, 2023
Bump actions/checkout from 3.5.0 to 3.5.2 (google#1308)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.0 to 3.5.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@8f4b7f8...8e5e7e5) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2685abf commit 2e79481

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed
 

‎.github/workflows/dart.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Created with package:mono_repo v6.5.3
1+
# Created with package:mono_repo v6.5.4
22
name: Dart CI
33
on:
44
push:
@@ -34,9 +34,9 @@ jobs:
3434
sdk: stable
3535
- id: checkout
3636
name: Checkout repository
37-
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
37+
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
3838
- name: mono_repo self validate
39-
run: dart pub global activate mono_repo 6.5.3
39+
run: dart pub global activate mono_repo 6.5.4
4040
- name: mono_repo self validate
4141
run: dart pub global run mono_repo generate --validate
4242
job_002:
@@ -59,7 +59,7 @@ jobs:
5959
sdk: "2.19.0"
6060
- id: checkout
6161
name: Checkout repository
62-
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
62+
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
6363
- id: _test_yaml_pub_upgrade
6464
name: _test_yaml; dart pub upgrade
6565
run: dart pub upgrade
@@ -132,7 +132,7 @@ jobs:
132132
sdk: "2.19.0"
133133
- id: checkout
134134
name: Checkout repository
135-
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
135+
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
136136
- id: json_annotation_pub_upgrade
137137
name: json_annotation; dart pub upgrade
138138
run: dart pub upgrade
@@ -162,7 +162,7 @@ jobs:
162162
sdk: dev
163163
- id: checkout
164164
name: Checkout repository
165-
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
165+
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
166166
- id: _test_yaml_pub_upgrade
167167
name: _test_yaml; dart pub upgrade
168168
run: dart pub upgrade
@@ -248,7 +248,7 @@ jobs:
248248
sdk: "2.19.0"
249249
- id: checkout
250250
name: Checkout repository
251-
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
251+
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
252252
- id: _test_yaml_pub_upgrade
253253
name: _test_yaml; dart pub upgrade
254254
run: dart pub upgrade
@@ -310,7 +310,7 @@ jobs:
310310
sdk: "2.19.0"
311311
- id: checkout
312312
name: Checkout repository
313-
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
313+
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
314314
- id: json_serializable_pub_upgrade
315315
name: json_serializable; dart pub upgrade
316316
run: dart pub upgrade
@@ -345,7 +345,7 @@ jobs:
345345
sdk: "2.19.0"
346346
- id: checkout
347347
name: Checkout repository
348-
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
348+
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
349349
- id: json_serializable_pub_upgrade
350350
name: json_serializable; dart pub upgrade
351351
run: dart pub upgrade
@@ -380,7 +380,7 @@ jobs:
380380
sdk: "2.19.0"
381381
- id: checkout
382382
name: Checkout repository
383-
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
383+
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
384384
- id: json_serializable_pub_upgrade
385385
name: json_serializable; dart pub upgrade
386386
run: dart pub upgrade
@@ -415,7 +415,7 @@ jobs:
415415
sdk: dev
416416
- id: checkout
417417
name: Checkout repository
418-
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
418+
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
419419
- id: _test_yaml_pub_upgrade
420420
name: _test_yaml; dart pub upgrade
421421
run: dart pub upgrade
@@ -477,7 +477,7 @@ jobs:
477477
sdk: dev
478478
- id: checkout
479479
name: Checkout repository
480-
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
480+
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
481481
- id: json_serializable_pub_upgrade
482482
name: json_serializable; dart pub upgrade
483483
run: dart pub upgrade
@@ -512,7 +512,7 @@ jobs:
512512
sdk: dev
513513
- id: checkout
514514
name: Checkout repository
515-
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
515+
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
516516
- id: json_serializable_pub_upgrade
517517
name: json_serializable; dart pub upgrade
518518
run: dart pub upgrade
@@ -547,7 +547,7 @@ jobs:
547547
sdk: dev
548548
- id: checkout
549549
name: Checkout repository
550-
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
550+
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
551551
- id: json_serializable_pub_upgrade
552552
name: json_serializable; dart pub upgrade
553553
run: dart pub upgrade
@@ -582,7 +582,7 @@ jobs:
582582
sdk: "2.19.0"
583583
- id: checkout
584584
name: Checkout repository
585-
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
585+
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
586586
- id: _test_yaml_pub_upgrade
587587
name: _test_yaml; dart pub upgrade
588588
run: dart pub upgrade
@@ -643,7 +643,7 @@ jobs:
643643
sdk: dev
644644
- id: checkout
645645
name: Checkout repository
646-
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
646+
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
647647
- id: _test_yaml_pub_upgrade
648648
name: _test_yaml; dart pub upgrade
649649
run: dart pub upgrade

‎.github/workflows/markdown_linter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ jobs:
1111
markdown-link-check:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
14+
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
1515
- uses: gaurav-nelson/github-action-markdown-link-check@v1
1616
markdown_lint:
1717
runs-on: ubuntu-latest
1818
strategy:
1919
matrix:
2020
node-version: [ 14.x ]
2121
steps:
22-
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
22+
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
2323
- name: Use Node.js ${{ matrix.node-version }}
2424
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c
2525
with:

‎tool/ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Created with package:mono_repo v6.5.3
2+
# Created with package:mono_repo v6.5.4
33

44
# Support built in commands on windows out of the box.
55
# When it is a flutter repo (check the pubspec.yaml for "sdk: flutter")

0 commit comments

Comments
 (0)
Please sign in to comment.