Bump subosito/flutter-action from 2.5.0 to 2.6.1 (#744)

Bumps [subosito/flutter-action](https://github.com/subosito/flutter-action) from 2.5.0 to 2.6.1.
- [Release notes](https://github.com/subosito/flutter-action/releases)
- [Commits](https://github.com/subosito/flutter-action/compare/b1d33bca250325e536d154a6ae802a463c52bc57...6c2e035f2692eeac890d854df95630c72673f130)

---
updated-dependencies:
- dependency-name: subosito/flutter-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 3e61be7..937a06f 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -19,7 +19,7 @@
     steps:
       # Set up Flutter.
       - name: Clone Flutter repository with master channel
-        uses: subosito/flutter-action@b1d33bca250325e536d154a6ae802a463c52bc57
+        uses: subosito/flutter-action@6c2e035f2692eeac890d854df95630c72673f130
         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 0f3cdb9..5703886 100644
--- a/.github/workflows/release_deploy_play_store.yml
+++ b/.github/workflows/release_deploy_play_store.yml
@@ -22,7 +22,7 @@
     steps:
       # Set up Flutter.
       - name: Clone Flutter repository with master channel
-        uses: subosito/flutter-action@b1d33bca250325e536d154a6ae802a463c52bc57
+        uses: subosito/flutter-action@6c2e035f2692eeac890d854df95630c72673f130
         with:
           channel: master
       - run: flutter doctor -v
diff --git a/.github/workflows/release_deploy_web.yml b/.github/workflows/release_deploy_web.yml
index 493ae22..7ccfffd 100644
--- a/.github/workflows/release_deploy_web.yml
+++ b/.github/workflows/release_deploy_web.yml
@@ -21,7 +21,7 @@
     steps:
       # Set up Flutter.
       - name: Clone Flutter repository with master channel
-        uses: subosito/flutter-action@b1d33bca250325e536d154a6ae802a463c52bc57
+        uses: subosito/flutter-action@6c2e035f2692eeac890d854df95630c72673f130
         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 bae33f2..c71655f 100644
--- a/.github/workflows/release_draft_github_release.yml
+++ b/.github/workflows/release_draft_github_release.yml
@@ -67,7 +67,7 @@
     steps:
       # Set up Flutter.
       - name: Clone Flutter repository with master channel
-        uses: subosito/flutter-action@b1d33bca250325e536d154a6ae802a463c52bc57
+        uses: subosito/flutter-action@6c2e035f2692eeac890d854df95630c72673f130
         with:
           channel: master
 
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 138500c..c58b372 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -18,7 +18,7 @@
     steps:
       # Set up Flutter.
       - name: Clone Flutter repository with master channel
-        uses: subosito/flutter-action@b1d33bca250325e536d154a6ae802a463c52bc57
+        uses: subosito/flutter-action@6c2e035f2692eeac890d854df95630c72673f130
         with:
           channel: master
       - run: flutter doctor -v
@@ -41,7 +41,7 @@
     steps:
       # Set up Flutter.
       - name: Clone Flutter repository with master channel
-        uses: subosito/flutter-action@b1d33bca250325e536d154a6ae802a463c52bc57
+        uses: subosito/flutter-action@6c2e035f2692eeac890d854df95630c72673f130
         with:
           channel: master
       - run: flutter doctor -v
@@ -60,7 +60,7 @@
     steps:
       # Set up Flutter.
       - name: Clone Flutter repository with master channel
-        uses: subosito/flutter-action@b1d33bca250325e536d154a6ae802a463c52bc57
+        uses: subosito/flutter-action@6c2e035f2692eeac890d854df95630c72673f130
         with:
           channel: master
       - run: flutter doctor -v