Skip to content

Commit d5d73b8

Browse files
Bump actions/checkout from 3.0.0 to 3.0.2 (#1137)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.0 to 3.0.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v3.0.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * update Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kevin Moore <[email protected]>
1 parent 09cca32 commit d5d73b8

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

.github/workflows/dart.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Created with package:mono_repo v6.2.0
1+
# Created with package:mono_repo v6.2.2
22
name: Dart CI
33
on:
44
push:
@@ -31,9 +31,9 @@ jobs:
3131
with:
3232
sdk: stable
3333
- id: checkout
34-
uses: actions/checkout@v3.0.0
34+
uses: actions/checkout@v3
3535
- name: mono_repo self validate
36-
run: dart pub global activate mono_repo 6.2.0
36+
run: dart pub global activate mono_repo 6.2.2
3737
- name: mono_repo self validate
3838
run: dart pub global run mono_repo generate --validate
3939
job_002:
@@ -54,7 +54,7 @@ jobs:
5454
with:
5555
sdk: "2.14.0"
5656
- id: checkout
57-
uses: actions/checkout@v3.0.0
57+
uses: actions/checkout@v3
5858
- id: _test_yaml_pub_upgrade
5959
name: _test_yaml; dart pub upgrade
6060
if: "always() && steps.checkout.conclusion == 'success'"
@@ -138,7 +138,7 @@ jobs:
138138
with:
139139
sdk: dev
140140
- id: checkout
141-
uses: actions/checkout@v3.0.0
141+
uses: actions/checkout@v3
142142
- id: _test_yaml_pub_upgrade
143143
name: _test_yaml; dart pub upgrade
144144
if: "always() && steps.checkout.conclusion == 'success'"
@@ -222,7 +222,7 @@ jobs:
222222
with:
223223
sdk: "2.14.0"
224224
- id: checkout
225-
uses: actions/checkout@v3.0.0
225+
uses: actions/checkout@v3
226226
- id: _test_yaml_pub_upgrade
227227
name: _test_yaml; dart pub upgrade
228228
if: "always() && steps.checkout.conclusion == 'success'"
@@ -281,7 +281,7 @@ jobs:
281281
with:
282282
sdk: "2.14.0"
283283
- id: checkout
284-
uses: actions/checkout@v3.0.0
284+
uses: actions/checkout@v3
285285
- id: json_serializable_pub_upgrade
286286
name: json_serializable; dart pub upgrade
287287
if: "always() && steps.checkout.conclusion == 'success'"
@@ -313,7 +313,7 @@ jobs:
313313
with:
314314
sdk: "2.14.0"
315315
- id: checkout
316-
uses: actions/checkout@v3.0.0
316+
uses: actions/checkout@v3
317317
- id: json_serializable_pub_upgrade
318318
name: json_serializable; dart pub upgrade
319319
if: "always() && steps.checkout.conclusion == 'success'"
@@ -345,7 +345,7 @@ jobs:
345345
with:
346346
sdk: "2.14.0"
347347
- id: checkout
348-
uses: actions/checkout@v3.0.0
348+
uses: actions/checkout@v3
349349
- id: json_serializable_pub_upgrade
350350
name: json_serializable; dart pub upgrade
351351
if: "always() && steps.checkout.conclusion == 'success'"
@@ -377,7 +377,7 @@ jobs:
377377
with:
378378
sdk: dev
379379
- id: checkout
380-
uses: actions/checkout@v3.0.0
380+
uses: actions/checkout@v3
381381
- id: _test_yaml_pub_upgrade
382382
name: _test_yaml; dart pub upgrade
383383
if: "always() && steps.checkout.conclusion == 'success'"
@@ -436,7 +436,7 @@ jobs:
436436
with:
437437
sdk: dev
438438
- id: checkout
439-
uses: actions/checkout@v3.0.0
439+
uses: actions/checkout@v3
440440
- id: json_serializable_pub_upgrade
441441
name: json_serializable; dart pub upgrade
442442
if: "always() && steps.checkout.conclusion == 'success'"
@@ -468,7 +468,7 @@ jobs:
468468
with:
469469
sdk: dev
470470
- id: checkout
471-
uses: actions/checkout@v3.0.0
471+
uses: actions/checkout@v3
472472
- id: json_serializable_pub_upgrade
473473
name: json_serializable; dart pub upgrade
474474
if: "always() && steps.checkout.conclusion == 'success'"
@@ -500,7 +500,7 @@ jobs:
500500
with:
501501
sdk: dev
502502
- id: checkout
503-
uses: actions/checkout@v3.0.0
503+
uses: actions/checkout@v3
504504
- id: json_serializable_pub_upgrade
505505
name: json_serializable; dart pub upgrade
506506
if: "always() && steps.checkout.conclusion == 'success'"
@@ -532,7 +532,7 @@ jobs:
532532
with:
533533
sdk: "2.14.0"
534534
- id: checkout
535-
uses: actions/checkout@v3.0.0
535+
uses: actions/checkout@v3
536536
- id: _test_yaml_pub_upgrade
537537
name: _test_yaml; dart pub upgrade
538538
if: "always() && steps.checkout.conclusion == 'success'"
@@ -590,7 +590,7 @@ jobs:
590590
with:
591591
sdk: dev
592592
- id: checkout
593-
uses: actions/checkout@v3.0.0
593+
uses: actions/checkout@v3
594594
- id: _test_yaml_pub_upgrade
595595
name: _test_yaml; dart pub upgrade
596596
if: "always() && steps.checkout.conclusion == 'success'"

.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@v3
14+
- uses: actions/checkout@v3.0.2
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@v3
22+
- uses: actions/checkout@v3.0.2
2323
- name: Use Node.js ${{ matrix.node-version }}
2424
uses: actions/setup-node@v3
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.2.0
2+
# Created with package:mono_repo v6.2.2
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)