Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Commit

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

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

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>
Co-authored-by: Pierre-Louis Guidez <[email protected]>
  • Loading branch information
dependabot[bot] and guidezpl authored Sep 13, 2022
1 parent 0175c9e commit a0f65ad
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
distribution: temurin
# Set up Flutter.
- name: Clone Flutter repository with master channel
uses: subosito/flutter-action@9d48f4efd5460d7013af812069d08b23f37aed20
uses: subosito/flutter-action@de3cdb9a4b2f535dc0fa0da445a46b10b1bfefc7
with:
channel: master
- run: flutter config --enable-macos-desktop
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_deploy_play_store.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:
# Set up Flutter.
- name: Clone Flutter repository with master channel
uses: subosito/flutter-action@9d48f4efd5460d7013af812069d08b23f37aed20
uses: subosito/flutter-action@de3cdb9a4b2f535dc0fa0da445a46b10b1bfefc7
with:
channel: master
- run: flutter doctor -v
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_deploy_web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
# Set up Flutter.
- name: Clone Flutter repository with master channel
uses: subosito/flutter-action@9d48f4efd5460d7013af812069d08b23f37aed20
uses: subosito/flutter-action@de3cdb9a4b2f535dc0fa0da445a46b10b1bfefc7
with:
channel: master
- run: flutter doctor -v
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_draft_github_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
steps:
# Set up Flutter.
- name: Clone Flutter repository with master channel
uses: subosito/flutter-action@9d48f4efd5460d7013af812069d08b23f37aed20
uses: subosito/flutter-action@de3cdb9a4b2f535dc0fa0da445a46b10b1bfefc7
with:
channel: master

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
# Set up Flutter.
- name: Clone Flutter repository with master channel
uses: subosito/flutter-action@9d48f4efd5460d7013af812069d08b23f37aed20
uses: subosito/flutter-action@de3cdb9a4b2f535dc0fa0da445a46b10b1bfefc7
with:
channel: master
- run: flutter doctor -v
Expand All @@ -41,7 +41,7 @@ jobs:
steps:
# Set up Flutter.
- name: Clone Flutter repository with master channel
uses: subosito/flutter-action@9d48f4efd5460d7013af812069d08b23f37aed20
uses: subosito/flutter-action@de3cdb9a4b2f535dc0fa0da445a46b10b1bfefc7
with:
channel: master
- run: flutter doctor -v
Expand All @@ -60,7 +60,7 @@ jobs:
steps:
# Set up Flutter.
- name: Clone Flutter repository with master channel
uses: subosito/flutter-action@9d48f4efd5460d7013af812069d08b23f37aed20
uses: subosito/flutter-action@de3cdb9a4b2f535dc0fa0da445a46b10b1bfefc7
with:
channel: master
- run: flutter doctor -v
Expand Down

0 comments on commit a0f65ad

Please sign in to comment.