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