diff --git a/.github/workflows/dart.yml b/.github/workflows/dart.yml index ffd85e33b..fcb1c1e86 100644 --- a/.github/workflows/dart.yml +++ b/.github/workflows/dart.yml @@ -1,4 +1,4 @@ -# Created with package:mono_repo v6.2.0 +# Created with package:mono_repo v6.2.2 name: Dart CI on: push: @@ -31,9 +31,9 @@ jobs: with: sdk: stable - id: checkout - uses: actions/checkout@v3.0.0 + uses: actions/checkout@v3 - name: mono_repo self validate - run: dart pub global activate mono_repo 6.2.0 + run: dart pub global activate mono_repo 6.2.2 - name: mono_repo self validate run: dart pub global run mono_repo generate --validate job_002: @@ -54,7 +54,7 @@ jobs: with: sdk: "2.14.0" - id: checkout - uses: actions/checkout@v3.0.0 + uses: actions/checkout@v3 - id: _test_yaml_pub_upgrade name: _test_yaml; dart pub upgrade if: "always() && steps.checkout.conclusion == 'success'" @@ -138,7 +138,7 @@ jobs: with: sdk: dev - id: checkout - uses: actions/checkout@v3.0.0 + uses: actions/checkout@v3 - id: _test_yaml_pub_upgrade name: _test_yaml; dart pub upgrade if: "always() && steps.checkout.conclusion == 'success'" @@ -222,7 +222,7 @@ jobs: with: sdk: "2.14.0" - id: checkout - uses: actions/checkout@v3.0.0 + uses: actions/checkout@v3 - id: _test_yaml_pub_upgrade name: _test_yaml; dart pub upgrade if: "always() && steps.checkout.conclusion == 'success'" @@ -281,7 +281,7 @@ jobs: with: sdk: "2.14.0" - id: checkout - uses: actions/checkout@v3.0.0 + uses: actions/checkout@v3 - id: json_serializable_pub_upgrade name: json_serializable; dart pub upgrade if: "always() && steps.checkout.conclusion == 'success'" @@ -313,7 +313,7 @@ jobs: with: sdk: "2.14.0" - id: checkout - uses: actions/checkout@v3.0.0 + uses: actions/checkout@v3 - id: json_serializable_pub_upgrade name: json_serializable; dart pub upgrade if: "always() && steps.checkout.conclusion == 'success'" @@ -345,7 +345,7 @@ jobs: with: sdk: "2.14.0" - id: checkout - uses: actions/checkout@v3.0.0 + uses: actions/checkout@v3 - id: json_serializable_pub_upgrade name: json_serializable; dart pub upgrade if: "always() && steps.checkout.conclusion == 'success'" @@ -377,7 +377,7 @@ jobs: with: sdk: dev - id: checkout - uses: actions/checkout@v3.0.0 + uses: actions/checkout@v3 - id: _test_yaml_pub_upgrade name: _test_yaml; dart pub upgrade if: "always() && steps.checkout.conclusion == 'success'" @@ -436,7 +436,7 @@ jobs: with: sdk: dev - id: checkout - uses: actions/checkout@v3.0.0 + uses: actions/checkout@v3 - id: json_serializable_pub_upgrade name: json_serializable; dart pub upgrade if: "always() && steps.checkout.conclusion == 'success'" @@ -468,7 +468,7 @@ jobs: with: sdk: dev - id: checkout - uses: actions/checkout@v3.0.0 + uses: actions/checkout@v3 - id: json_serializable_pub_upgrade name: json_serializable; dart pub upgrade if: "always() && steps.checkout.conclusion == 'success'" @@ -500,7 +500,7 @@ jobs: with: sdk: dev - id: checkout - uses: actions/checkout@v3.0.0 + uses: actions/checkout@v3 - id: json_serializable_pub_upgrade name: json_serializable; dart pub upgrade if: "always() && steps.checkout.conclusion == 'success'" @@ -532,7 +532,7 @@ jobs: with: sdk: "2.14.0" - id: checkout - uses: actions/checkout@v3.0.0 + uses: actions/checkout@v3 - id: _test_yaml_pub_upgrade name: _test_yaml; dart pub upgrade if: "always() && steps.checkout.conclusion == 'success'" @@ -590,7 +590,7 @@ jobs: with: sdk: dev - id: checkout - uses: actions/checkout@v3.0.0 + uses: actions/checkout@v3 - id: _test_yaml_pub_upgrade name: _test_yaml; dart pub upgrade if: "always() && steps.checkout.conclusion == 'success'" diff --git a/.github/workflows/markdown_linter.yml b/.github/workflows/markdown_linter.yml index 61c156315..4cb0e7e6f 100644 --- a/.github/workflows/markdown_linter.yml +++ b/.github/workflows/markdown_linter.yml @@ -11,7 +11,7 @@ jobs: markdown-link-check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v3.0.2 - uses: gaurav-nelson/github-action-markdown-link-check@v1 markdown_lint: runs-on: ubuntu-latest @@ -19,7 +19,7 @@ jobs: matrix: node-version: [ 14.x ] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v3.0.2 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 with: diff --git a/tool/ci.sh b/tool/ci.sh index 35a511af7..b601dbadc 100755 --- a/tool/ci.sh +++ b/tool/ci.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Created with package:mono_repo v6.2.0 +# Created with package:mono_repo v6.2.2 # Support built in commands on windows out of the box. # When it is a flutter repo (check the pubspec.yaml for "sdk: flutter")