From fcd525f8002cf59388c9b36fc189edc837a16426 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Sep 2022 06:09:06 +1000 Subject: [PATCH] Bump subosito/flutter-action from 2.6.2 to 2.7.0 (#1420) Bumps [subosito/flutter-action](https://github.com/subosito/flutter-action) from 2.6.2 to 2.7.0. - [Release notes](https://github.com/subosito/flutter-action/releases) - [Commits](https://github.com/subosito/flutter-action/compare/9d48f4efd5460d7013af812069d08b23f37aed20...de3cdb9a4b2f535dc0fa0da445a46b10b1bfefc7) --- updated-dependencies: - dependency-name: subosito/flutter-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/beta.yml | 6 +++--- .github/workflows/gh-pages.yml | 2 +- .github/workflows/main.yml | 6 +++--- .github/workflows/verify-web-demos.yml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index 41f46990b..920a2e36b 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -31,7 +31,7 @@ jobs: with: distribution: 'zulu' java-version: '12.x' - - uses: subosito/flutter-action@9d48f4efd5460d7013af812069d08b23f37aed20 + - uses: subosito/flutter-action@de3cdb9a4b2f535dc0fa0da445a46b10b1bfefc7 with: channel: beta - run: ./tool/flutter_ci_script_stable.sh @@ -46,7 +46,7 @@ jobs: with: distribution: 'zulu' java-version: '12.x' - - uses: subosito/flutter-action@9d48f4efd5460d7013af812069d08b23f37aed20 + - uses: subosito/flutter-action@de3cdb9a4b2f535dc0fa0da445a46b10b1bfefc7 with: channel: beta - run: ./tool/android_ci_script.sh @@ -61,7 +61,7 @@ jobs: with: distribution: 'zulu' java-version: '12.x' - - uses: subosito/flutter-action@9d48f4efd5460d7013af812069d08b23f37aed20 + - uses: subosito/flutter-action@de3cdb9a4b2f535dc0fa0da445a46b10b1bfefc7 with: channel: beta - run: ./tool/ios_ci_script.sh diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 89ff38145..bbda8a058 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -21,7 +21,7 @@ jobs: submodules: true fetch-depth: 0 - - uses: subosito/flutter-action@9d48f4efd5460d7013af812069d08b23f37aed20 + - uses: subosito/flutter-action@de3cdb9a4b2f535dc0fa0da445a46b10b1bfefc7 - name: Init scripts run: dart pub get diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9963e1e7e..9c22d28c2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -32,7 +32,7 @@ jobs: with: distribution: 'zulu' java-version: '12.x' - - uses: subosito/flutter-action@9d48f4efd5460d7013af812069d08b23f37aed20 + - uses: subosito/flutter-action@de3cdb9a4b2f535dc0fa0da445a46b10b1bfefc7 with: channel: ${{ matrix.flutter_version }} - run: ./tool/flutter_ci_script_${{ matrix.flutter_version }}.sh @@ -45,7 +45,7 @@ jobs: with: distribution: 'zulu' java-version: '12.x' - - uses: subosito/flutter-action@9d48f4efd5460d7013af812069d08b23f37aed20 + - uses: subosito/flutter-action@de3cdb9a4b2f535dc0fa0da445a46b10b1bfefc7 with: channel: stable - run: ./tool/android_ci_script.sh @@ -58,7 +58,7 @@ jobs: with: distribution: 'zulu' java-version: '12.x' - - uses: subosito/flutter-action@9d48f4efd5460d7013af812069d08b23f37aed20 + - uses: subosito/flutter-action@de3cdb9a4b2f535dc0fa0da445a46b10b1bfefc7 with: channel: stable - run: ./tool/ios_ci_script.sh diff --git a/.github/workflows/verify-web-demos.yml b/.github/workflows/verify-web-demos.yml index e0ac76593..4d7cafcfb 100644 --- a/.github/workflows/verify-web-demos.yml +++ b/.github/workflows/verify-web-demos.yml @@ -24,7 +24,7 @@ jobs: with: submodules: true fetch-depth: 0 - - uses: subosito/flutter-action@9d48f4efd5460d7013af812069d08b23f37aed20 + - uses: subosito/flutter-action@de3cdb9a4b2f535dc0fa0da445a46b10b1bfefc7 with: channel: ${{ matrix.flutter_version }} - name: Init scripts