diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index 1edf5de30..b9d697a3f 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@cc97e1648fff6ca5cc647fa67f47e70f7895510b + - uses: subosito/flutter-action@2783a3f08e1baf891508463f8c6653c258246225 with: channel: beta - run: ./tool/flutter_ci_script_stable.sh @@ -46,7 +46,7 @@ jobs: with: distribution: 'zulu' java-version: '17' - - uses: subosito/flutter-action@cc97e1648fff6ca5cc647fa67f47e70f7895510b + - uses: subosito/flutter-action@2783a3f08e1baf891508463f8c6653c258246225 with: channel: beta - run: ./tool/android_ci_script.sh @@ -61,7 +61,7 @@ jobs: with: distribution: 'zulu' java-version: '17' - - uses: subosito/flutter-action@cc97e1648fff6ca5cc647fa67f47e70f7895510b + - uses: subosito/flutter-action@2783a3f08e1baf891508463f8c6653c258246225 with: channel: beta - run: ./tool/ios_ci_script.sh diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index b6cd18d2f..02f064b2b 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -21,7 +21,7 @@ jobs: submodules: true fetch-depth: 0 - - uses: subosito/flutter-action@cc97e1648fff6ca5cc647fa67f47e70f7895510b + - uses: subosito/flutter-action@2783a3f08e1baf891508463f8c6653c258246225 - name: Init scripts run: dart pub get diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8f8e08243..357e51e01 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@cc97e1648fff6ca5cc647fa67f47e70f7895510b + - uses: subosito/flutter-action@2783a3f08e1baf891508463f8c6653c258246225 with: channel: ${{ matrix.flutter_version }} - run: ./tool/flutter_ci_script_${{ matrix.flutter_version }}.sh @@ -41,7 +41,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - - uses: subosito/flutter-action@cc97e1648fff6ca5cc647fa67f47e70f7895510b + - uses: subosito/flutter-action@2783a3f08e1baf891508463f8c6653c258246225 - run: | dart pub get dart run grinder generate @@ -55,7 +55,7 @@ jobs: with: distribution: 'zulu' java-version: '17' - - uses: subosito/flutter-action@cc97e1648fff6ca5cc647fa67f47e70f7895510b + - uses: subosito/flutter-action@2783a3f08e1baf891508463f8c6653c258246225 with: channel: stable - run: ./tool/android_ci_script.sh @@ -68,7 +68,7 @@ jobs: with: distribution: 'zulu' java-version: '17' - - uses: subosito/flutter-action@cc97e1648fff6ca5cc647fa67f47e70f7895510b + - uses: subosito/flutter-action@2783a3f08e1baf891508463f8c6653c258246225 with: channel: stable - run: ./tool/ios_ci_script.sh diff --git a/.github/workflows/verify-web-demos.yml b/.github/workflows/verify-web-demos.yml index e47b6b7df..b1efbbb5e 100644 --- a/.github/workflows/verify-web-demos.yml +++ b/.github/workflows/verify-web-demos.yml @@ -25,7 +25,7 @@ jobs: with: submodules: true fetch-depth: 0 - - uses: subosito/flutter-action@cc97e1648fff6ca5cc647fa67f47e70f7895510b + - uses: subosito/flutter-action@2783a3f08e1baf891508463f8c6653c258246225 with: channel: ${{ matrix.flutter_version }} - name: Init scripts