Bump the github-actions group with 3 updates (#1082)

Bumps the github-actions group with 3 updates: [flutter-actions/setup-flutter](https://github.com/flutter-actions/setup-flutter), [actions/stale](https://github.com/actions/stale) and [actions/labeler](https://github.com/actions/labeler).


Updates `flutter-actions/setup-flutter` from 18c66a64fb6f6d3338c63cabbc5cd6da395e7f1d to adb607ae976a9e00473569facfc69813c637a060
- [Release notes](https://github.com/flutter-actions/setup-flutter/releases)
- [Commits](https://github.com/flutter-actions/setup-flutter/compare/18c66a64fb6f6d3338c63cabbc5cd6da395e7f1d...adb607ae976a9e00473569facfc69813c637a060)

Updates `actions/stale` from 10.2.0 to 11.0.0
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/stale/compare/b5d41d4e1d5dceea10e7104786b73624c18a190f...4391f3da665fdf50b6810c1a66712fb9ba21aa93)

Updates `actions/labeler` from 6.1.0 to 7.0.0
- [Release notes](https://github.com/actions/labeler/releases)
- [Commits](https://github.com/actions/labeler/compare/f27b608878404679385c85cfa523b85ccb86e213...bf12e9b00b37c5c0ca2b87b79b2daf7891dbda13)

---
updated-dependencies:
- dependency-name: flutter-actions/setup-flutter
  dependency-version: adb607ae976a9e00473569facfc69813c637a060
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: actions/stale
  dependency-version: 11.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/labeler
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

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/messages.yml b/.github/workflows/messages.yml
index 03163ca..2c007d8 100644
--- a/.github/workflows/messages.yml
+++ b/.github/workflows/messages.yml
@@ -25,7 +25,7 @@
     steps:
       - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
 
-      - uses: flutter-actions/setup-flutter@18c66a64fb6f6d3338c63cabbc5cd6da395e7f1d
+      - uses: flutter-actions/setup-flutter@adb607ae976a9e00473569facfc69813c637a060
         with:
           channel: beta
 
diff --git a/.github/workflows/no_response.yml b/.github/workflows/no_response.yml
index dd511b5..0fcce53 100644
--- a/.github/workflows/no_response.yml
+++ b/.github/workflows/no_response.yml
@@ -18,7 +18,7 @@
     runs-on: ubuntu-latest
     if: ${{ github.repository_owner == 'dart-lang' }}
     steps:
-      - uses: actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f
+      - uses: actions/stale@4391f3da665fdf50b6810c1a66712fb9ba21aa93
         with:
           # Don't automatically mark inactive issues+PRs as stale.
           days-before-stale: -1
diff --git a/.github/workflows/pull_request_label.yml b/.github/workflows/pull_request_label.yml
index 016e282..7cd6898 100644
--- a/.github/workflows/pull_request_label.yml
+++ b/.github/workflows/pull_request_label.yml
@@ -16,7 +16,7 @@
       pull-requests: write
     runs-on: ubuntu-latest
     steps:
-      - uses: actions/labeler@f27b608878404679385c85cfa523b85ccb86e213
+      - uses: actions/labeler@bf12e9b00b37c5c0ca2b87b79b2daf7891dbda13
         with:
           repo-token: "${{ secrets.GITHUB_TOKEN }}"
           sync-labels: true