From fe7b26580aaa9929f3b3e5badefdd9f36c79a59e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jun 2022 22:28:08 +0200 Subject: [PATCH] Bump subosito/flutter-action from 2.3.0 to 2.4.0 (#712) Bumps [subosito/flutter-action](https://github.com/subosito/flutter-action) from 2.3.0 to 2.4.0. - [Release notes](https://github.com/subosito/flutter-action/releases) - [Commits](https://github.com/subosito/flutter-action/compare/5e1529bc12adae5b26f30f0a4046ac743d6f0c5d...d8687e6979e8ef66d2b2970e2c92c1d8e801d7bf) --- updated-dependencies: - dependency-name: subosito/flutter-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pierre-Louis <6655696+guidezpl@users.noreply.github.com> --- .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 60bcd20a5b..811a8a487b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: steps: # Set up Flutter. - name: Clone Flutter repository with master channel - uses: subosito/flutter-action@5e1529bc12adae5b26f30f0a4046ac743d6f0c5d + uses: subosito/flutter-action@d8687e6979e8ef66d2b2970e2c92c1d8e801d7bf 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 46be0efaf9..a069bd12db 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@5e1529bc12adae5b26f30f0a4046ac743d6f0c5d + uses: subosito/flutter-action@d8687e6979e8ef66d2b2970e2c92c1d8e801d7bf with: channel: master - run: flutter doctor -v diff --git a/.github/workflows/release_deploy_web.yml b/.github/workflows/release_deploy_web.yml index ba954506bf..d0eb8ba899 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@5e1529bc12adae5b26f30f0a4046ac743d6f0c5d + uses: subosito/flutter-action@d8687e6979e8ef66d2b2970e2c92c1d8e801d7bf 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 9d2c31cf1d..e2ce0ed55f 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@5e1529bc12adae5b26f30f0a4046ac743d6f0c5d + uses: subosito/flutter-action@d8687e6979e8ef66d2b2970e2c92c1d8e801d7bf with: channel: master diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 90a671c379..0722d81eb8 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@5e1529bc12adae5b26f30f0a4046ac743d6f0c5d + uses: subosito/flutter-action@d8687e6979e8ef66d2b2970e2c92c1d8e801d7bf 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@5e1529bc12adae5b26f30f0a4046ac743d6f0c5d + uses: subosito/flutter-action@d8687e6979e8ef66d2b2970e2c92c1d8e801d7bf 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@5e1529bc12adae5b26f30f0a4046ac743d6f0c5d + uses: subosito/flutter-action@d8687e6979e8ef66d2b2970e2c92c1d8e801d7bf with: channel: master - run: flutter doctor -v