Skip to content

Commit

Permalink
build(deps): bump subosito/flutter-action from 2.15.0 to 2.16.0 (#429)
Browse files Browse the repository at this point in the history
Bumps [subosito/flutter-action](https://github.com/subosito/flutter-action) from 2.15.0 to 2.16.0.
- [Release notes](https://github.com/subosito/flutter-action/releases)
- [Commits](subosito/flutter-action@v2.15.0...v2.16.0)

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

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 Apr 3, 2024
1 parent efdabd0 commit ec69590
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
distribution: microsoft
java-version: 11

- uses: subosito/flutter-action@v2.15.0
- uses: subosito/flutter-action@v2.16.0
with:
channel: stable
cache: true
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
bundle exec fastlane run setup_ci
bundle exec fastlane match appstore --readonly true -s "fastlane_tmp_keychain"
- uses: subosito/flutter-action@v2.15.0
- uses: subosito/flutter-action@v2.16.0
with:
channel: stable
cache: true
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
java-version: 11

- name: Setup Flutter
uses: subosito/flutter-action@v2.15.0
uses: subosito/flutter-action@v2.16.0
with:
channel: ${{ env.FLUTTER_VERSION }}
cache: true
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
bundle exec fastlane match appstore --readonly true -s "fastlane_tmp_keychain"
- name: Install Flutter SDK
uses: subosito/flutter-action@v2.15.0
uses: subosito/flutter-action@v2.16.0
with:
channel: ${{ env.FLUTTER_VERSION }}
cache: true
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
distribution: microsoft
java-version: 11

- uses: subosito/flutter-action@v2.15.0
- uses: subosito/flutter-action@v2.16.0
with:
channel: ${{ env.FLUTTER_VERSION }}
cache: true
Expand Down Expand Up @@ -238,7 +238,7 @@ jobs:
bundle exec fastlane match appstore --readonly true -s "fastlane_tmp_keychain"
- name: Install Flutter SDK
uses: subosito/flutter-action@v2.15.0
uses: subosito/flutter-action@v2.16.0
with:
channel: ${{ env.FLUTTER_VERSION }}
cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v4

- name: Installing Flutter SDK
uses: subosito/flutter-action@v2.15.0
uses: subosito/flutter-action@v2.16.0
with:
channel: stable

Expand Down

0 comments on commit ec69590

Please sign in to comment.