Skip to content

Commit

Permalink
Bump subosito/flutter-action from 2.6.1 to 2.6.2 (flutter#1391)
Browse files Browse the repository at this point in the history
Bumps [subosito/flutter-action](https://github.com/subosito/flutter-action) from 2.6.1 to 2.6.2.
- [Release notes](https://github.com/subosito/flutter-action/releases)
- [Commits](subosito/flutter-action@6c2e035...9d48f4e)

---
updated-dependencies:
- dependency-name: subosito/flutter-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 28, 2022
1 parent fe09989 commit 9b1c89f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
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@6c2e035f2692eeac890d854df95630c72673f130
- uses: subosito/flutter-action@9d48f4efd5460d7013af812069d08b23f37aed20
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@6c2e035f2692eeac890d854df95630c72673f130
- uses: subosito/flutter-action@9d48f4efd5460d7013af812069d08b23f37aed20
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@6c2e035f2692eeac890d854df95630c72673f130
- uses: subosito/flutter-action@9d48f4efd5460d7013af812069d08b23f37aed20
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@6c2e035f2692eeac890d854df95630c72673f130
- uses: subosito/flutter-action@9d48f4efd5460d7013af812069d08b23f37aed20

- 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@6c2e035f2692eeac890d854df95630c72673f130
- uses: subosito/flutter-action@9d48f4efd5460d7013af812069d08b23f37aed20
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@6c2e035f2692eeac890d854df95630c72673f130
- uses: subosito/flutter-action@9d48f4efd5460d7013af812069d08b23f37aed20
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@6c2e035f2692eeac890d854df95630c72673f130
- uses: subosito/flutter-action@9d48f4efd5460d7013af812069d08b23f37aed20
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 @@ -24,7 +24,7 @@ jobs:
with:
submodules: true
fetch-depth: 0
- uses: subosito/flutter-action@6c2e035f2692eeac890d854df95630c72673f130
- uses: subosito/flutter-action@9d48f4efd5460d7013af812069d08b23f37aed20
with:
channel: ${{ matrix.flutter_version }}
- name: Init scripts
Expand Down

0 comments on commit 9b1c89f

Please sign in to comment.