From f9c275f7ee4117292d8ba6ee1ae726ff286c220d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 05:20:57 +0000 Subject: [PATCH] Bump subosito/flutter-action from 2.4.0 to 2.8.0 Bumps [subosito/flutter-action](https://github.com/subosito/flutter-action) from 2.4.0 to 2.8.0. - [Release notes](https://github.com/subosito/flutter-action/releases) - [Commits](https://github.com/subosito/flutter-action/compare/d8687e6979e8ef66d2b2970e2c92c1d8e801d7bf...dbf1fa04f4d2e52c33185153d06cdb5443aa189d) --- updated-dependencies: - dependency-name: subosito/flutter-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .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 811a8a487b..b1bd6ab7da 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@d8687e6979e8ef66d2b2970e2c92c1d8e801d7bf + uses: subosito/flutter-action@dbf1fa04f4d2e52c33185153d06cdb5443aa189d 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 a069bd12db..716fe472b7 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@d8687e6979e8ef66d2b2970e2c92c1d8e801d7bf + uses: subosito/flutter-action@dbf1fa04f4d2e52c33185153d06cdb5443aa189d with: channel: master - run: flutter doctor -v diff --git a/.github/workflows/release_deploy_web.yml b/.github/workflows/release_deploy_web.yml index d0eb8ba899..c260ae1c9a 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@d8687e6979e8ef66d2b2970e2c92c1d8e801d7bf + uses: subosito/flutter-action@dbf1fa04f4d2e52c33185153d06cdb5443aa189d 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 e2ce0ed55f..fc986f98f7 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@d8687e6979e8ef66d2b2970e2c92c1d8e801d7bf + uses: subosito/flutter-action@dbf1fa04f4d2e52c33185153d06cdb5443aa189d with: channel: master diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0722d81eb8..a4f470a19c 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@d8687e6979e8ef66d2b2970e2c92c1d8e801d7bf + uses: subosito/flutter-action@dbf1fa04f4d2e52c33185153d06cdb5443aa189d 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@d8687e6979e8ef66d2b2970e2c92c1d8e801d7bf + uses: subosito/flutter-action@dbf1fa04f4d2e52c33185153d06cdb5443aa189d 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@d8687e6979e8ef66d2b2970e2c92c1d8e801d7bf + uses: subosito/flutter-action@dbf1fa04f4d2e52c33185153d06cdb5443aa189d with: channel: master - run: flutter doctor -v