Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
distribution: 'zulu'
java-version: '12.x'
- uses: subosito/flutter-action@dbf1fa04f4d2e52c33185153d06cdb5443aa189d
- uses: subosito/flutter-action@1508160852fb97248640997f7cfb38da241df0ba
with:
channel: beta
- run: ./tool/flutter_ci_script_stable.sh
Expand All @@ -46,7 +46,7 @@ jobs:
with:
distribution: 'zulu'
java-version: '12.x'
- uses: subosito/flutter-action@dbf1fa04f4d2e52c33185153d06cdb5443aa189d
- uses: subosito/flutter-action@1508160852fb97248640997f7cfb38da241df0ba
with:
channel: beta
- run: ./tool/android_ci_script.sh
Expand All @@ -61,7 +61,7 @@ jobs:
with:
distribution: 'zulu'
java-version: '12.x'
- uses: subosito/flutter-action@dbf1fa04f4d2e52c33185153d06cdb5443aa189d
- uses: subosito/flutter-action@1508160852fb97248640997f7cfb38da241df0ba
with:
channel: beta
- run: ./tool/ios_ci_script.sh
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
submodules: true
fetch-depth: 0

- uses: subosito/flutter-action@dbf1fa04f4d2e52c33185153d06cdb5443aa189d
- uses: subosito/flutter-action@1508160852fb97248640997f7cfb38da241df0ba

- name: Init scripts
run: dart pub get
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
distribution: 'zulu'
java-version: '12.x'
- uses: subosito/flutter-action@dbf1fa04f4d2e52c33185153d06cdb5443aa189d
- uses: subosito/flutter-action@1508160852fb97248640997f7cfb38da241df0ba
with:
channel: ${{ matrix.flutter_version }}
- run: ./tool/flutter_ci_script_${{ matrix.flutter_version }}.sh
Expand All @@ -45,7 +45,7 @@ jobs:
with:
distribution: 'zulu'
java-version: '12.x'
- uses: subosito/flutter-action@dbf1fa04f4d2e52c33185153d06cdb5443aa189d
- uses: subosito/flutter-action@1508160852fb97248640997f7cfb38da241df0ba
with:
channel: stable
- run: ./tool/android_ci_script.sh
Expand All @@ -58,7 +58,7 @@ jobs:
with:
distribution: 'zulu'
java-version: '12.x'
- uses: subosito/flutter-action@dbf1fa04f4d2e52c33185153d06cdb5443aa189d
- uses: subosito/flutter-action@1508160852fb97248640997f7cfb38da241df0ba
with:
channel: stable
- run: ./tool/ios_ci_script.sh
2 changes: 1 addition & 1 deletion .github/workflows/verify-web-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
submodules: true
fetch-depth: 0
- uses: subosito/flutter-action@dbf1fa04f4d2e52c33185153d06cdb5443aa189d
- uses: subosito/flutter-action@1508160852fb97248640997f7cfb38da241df0ba
with:
channel: ${{ matrix.flutter_version }}
- name: Init scripts
Expand Down