From 903336a607cb3d7bf0549e865a9eb9aae6a0943c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 07:03:11 +0000 Subject: [PATCH] chore(deps): bump subosito/flutter-action from 2.21.0 to 2.22.0 Bumps [subosito/flutter-action](https://github.com/subosito/flutter-action) from 2.21.0 to 2.22.0. - [Release notes](https://github.com/subosito/flutter-action/releases) - [Commits](https://github.com/subosito/flutter-action/compare/fd55f4c5af5b953cc57a2be44cb082c8f6635e8e...0ca7a949e71ae44c8e688a51c5e7e93b2c87e295) --- updated-dependencies: - dependency-name: subosito/flutter-action dependency-version: 2.22.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/app_dart_tests.yaml | 2 +- .github/workflows/common_validation.yaml | 2 +- .github/workflows/dashboard_tests.yaml | 2 +- .github/workflows/packages_checks.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/app_dart_tests.yaml b/.github/workflows/app_dart_tests.yaml index 81a0e858ae..327a776d14 100644 --- a/.github/workflows/app_dart_tests.yaml +++ b/.github/workflows/app_dart_tests.yaml @@ -19,7 +19,7 @@ jobs: steps: - name: Set up Flutter - uses: subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e + uses: subosito/flutter-action@0ca7a949e71ae44c8e688a51c5e7e93b2c87e295 with: channel: stable architecture: x64 # only needed for running locally (mac) diff --git a/.github/workflows/common_validation.yaml b/.github/workflows/common_validation.yaml index aae0c888b7..755715dba5 100644 --- a/.github/workflows/common_validation.yaml +++ b/.github/workflows/common_validation.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Set up Flutter - uses: subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e + uses: subosito/flutter-action@0ca7a949e71ae44c8e688a51c5e7e93b2c87e295 with: channel: stable architecture: x64 # only needed for running locally (mac) diff --git a/.github/workflows/dashboard_tests.yaml b/.github/workflows/dashboard_tests.yaml index 71142704db..31d3470769 100644 --- a/.github/workflows/dashboard_tests.yaml +++ b/.github/workflows/dashboard_tests.yaml @@ -28,7 +28,7 @@ jobs: steps: - name: Set up Flutter - uses: subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e + uses: subosito/flutter-action@0ca7a949e71ae44c8e688a51c5e7e93b2c87e295 with: channel: stable architecture: x64 # only needed for running locally (mac) diff --git a/.github/workflows/packages_checks.yaml b/.github/workflows/packages_checks.yaml index 1a1c69d301..6a79aa22cf 100644 --- a/.github/workflows/packages_checks.yaml +++ b/.github/workflows/packages_checks.yaml @@ -34,7 +34,7 @@ jobs: uses: actions/checkout@v6 - name: Set up Flutter - uses: subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e + uses: subosito/flutter-action@0ca7a949e71ae44c8e688a51c5e7e93b2c87e295 with: channel: stable architecture: x64 # only needed for running locally (mac)