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)