From a0f65ad1e3d90192029df8559ecb614b8b117670 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Sep 2022 13:57:58 +0200 Subject: [PATCH] Bump subosito/flutter-action from 2.6.2 to 2.7.0 (#777) 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> Co-authored-by: Pierre-Louis Guidez --- .github/workflows/build.yml | 2 +- .github/workflows/release_deploy_play_store.yml | 2 +- .github/workflows/release_deploy_web.yml | 2 +- .github/workflows/release_draft_github_release.yml | 2 +- .github/workflows/test.yml | 6 +++--- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 660dada851..39ad664b68 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,7 @@ jobs: distribution: temurin # Set up Flutter. - name: Clone Flutter repository with master channel - uses: subosito/flutter-action@9d48f4efd5460d7013af812069d08b23f37aed20 + uses: subosito/flutter-action@de3cdb9a4b2f535dc0fa0da445a46b10b1bfefc7 with: channel: master - run: flutter config --enable-macos-desktop diff --git a/.github/workflows/release_deploy_play_store.yml b/.github/workflows/release_deploy_play_store.yml index e3e3af3d9b..3db43abdf4 100644 --- a/.github/workflows/release_deploy_play_store.yml +++ b/.github/workflows/release_deploy_play_store.yml @@ -22,7 +22,7 @@ jobs: steps: # Set up Flutter. - name: Clone Flutter repository with master channel - uses: subosito/flutter-action@9d48f4efd5460d7013af812069d08b23f37aed20 + uses: subosito/flutter-action@de3cdb9a4b2f535dc0fa0da445a46b10b1bfefc7 with: channel: master - run: flutter doctor -v diff --git a/.github/workflows/release_deploy_web.yml b/.github/workflows/release_deploy_web.yml index 897b7f206a..e60a21ef88 100644 --- a/.github/workflows/release_deploy_web.yml +++ b/.github/workflows/release_deploy_web.yml @@ -21,7 +21,7 @@ jobs: steps: # Set up Flutter. - name: Clone Flutter repository with master channel - uses: subosito/flutter-action@9d48f4efd5460d7013af812069d08b23f37aed20 + uses: subosito/flutter-action@de3cdb9a4b2f535dc0fa0da445a46b10b1bfefc7 with: channel: master - run: flutter doctor -v diff --git a/.github/workflows/release_draft_github_release.yml b/.github/workflows/release_draft_github_release.yml index 3fe3ffe9d6..bdf06352ea 100644 --- a/.github/workflows/release_draft_github_release.yml +++ b/.github/workflows/release_draft_github_release.yml @@ -67,7 +67,7 @@ jobs: steps: # Set up Flutter. - name: Clone Flutter repository with master channel - uses: subosito/flutter-action@9d48f4efd5460d7013af812069d08b23f37aed20 + uses: subosito/flutter-action@de3cdb9a4b2f535dc0fa0da445a46b10b1bfefc7 with: channel: master diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 92b7b72c3f..c1b821049d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: steps: # Set up Flutter. - name: Clone Flutter repository with master channel - uses: subosito/flutter-action@9d48f4efd5460d7013af812069d08b23f37aed20 + uses: subosito/flutter-action@de3cdb9a4b2f535dc0fa0da445a46b10b1bfefc7 with: channel: master - run: flutter doctor -v @@ -41,7 +41,7 @@ jobs: steps: # Set up Flutter. - name: Clone Flutter repository with master channel - uses: subosito/flutter-action@9d48f4efd5460d7013af812069d08b23f37aed20 + uses: subosito/flutter-action@de3cdb9a4b2f535dc0fa0da445a46b10b1bfefc7 with: channel: master - run: flutter doctor -v @@ -60,7 +60,7 @@ jobs: steps: # Set up Flutter. - name: Clone Flutter repository with master channel - uses: subosito/flutter-action@9d48f4efd5460d7013af812069d08b23f37aed20 + uses: subosito/flutter-action@de3cdb9a4b2f535dc0fa0da445a46b10b1bfefc7 with: channel: master - run: flutter doctor -v