From 6926e550f93de7dce7148a856081be512e5ebc59 Mon Sep 17 00:00:00 2001 From: Brett Morgan Date: Thu, 12 Jun 2025 10:28:29 +1000 Subject: [PATCH] Revert "Bump subosito/flutter-action from 2.19.0 to 2.20.0" (#2641) --- .github/workflows/beta.yml | 6 +++--- .github/workflows/main.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index 396f360d4..9f74ca87b 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -31,7 +31,7 @@ jobs: with: distribution: 'zulu' java-version: '17' - - uses: subosito/flutter-action@395322a6cded4e9ed503aebd4cc1965625f8e59a + - uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046 with: channel: beta - run: ./tool/flutter_ci_script_stable.sh @@ -47,7 +47,7 @@ jobs: # with: # distribution: 'zulu' # java-version: '17' - # - uses: subosito/flutter-action@395322a6cded4e9ed503aebd4cc1965625f8e59a + # - uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046 # with: # channel: beta # - run: ./tool/android_ci_script.sh @@ -63,7 +63,7 @@ jobs: with: distribution: 'zulu' java-version: '17' - - uses: subosito/flutter-action@395322a6cded4e9ed503aebd4cc1965625f8e59a + - uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046 with: channel: beta - run: ./tool/ios_ci_script.sh diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d7d013d94..df7dead6c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -32,7 +32,7 @@ jobs: with: distribution: 'zulu' java-version: '17' - - uses: subosito/flutter-action@395322a6cded4e9ed503aebd4cc1965625f8e59a + - uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046 with: channel: ${{ matrix.flutter_version }} - run: ./tool/flutter_ci_script_${{ matrix.flutter_version }}.sh @@ -46,7 +46,7 @@ jobs: # with: # distribution: 'zulu' # java-version: '17' - # - uses: subosito/flutter-action@395322a6cded4e9ed503aebd4cc1965625f8e59a + # - uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046 # with: # channel: stable # - run: ./tool/android_ci_script.sh @@ -60,7 +60,7 @@ jobs: with: distribution: 'zulu' java-version: '17' - - uses: subosito/flutter-action@395322a6cded4e9ed503aebd4cc1965625f8e59a + - uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046 with: channel: stable - run: ./tool/ios_ci_script.sh