Skip to content

Commit

Permalink
Merge pull request #115 from gbtb16/dependabot/github_actions/subosit…
Browse files Browse the repository at this point in the history
…o/flutter-action-2.16.0

build(deps): bump subosito/flutter-action from 2.12.0 to 2.16.0
  • Loading branch information
gbtb16 committed Apr 9, 2024
2 parents 3292886 + af2bf8a commit f46784f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
version: [ stable ]
steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2.12.0
- uses: subosito/flutter-action@v2.16.0
with:
channel: ${{ matrix.version }}
- name: Build & format for flutter_kiwi example
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dart_kiwi_example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
working-directory: examples/dart_kiwi
steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2.12.0
- uses: subosito/flutter-action@v2.16.0
with:
channel: 'stable'
- run: flutter packages get
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flutter_kiwi_example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
working-directory: examples/flutter_kiwi
steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2.12.0
- uses: subosito/flutter-action@v2.16.0
with:
channel: 'stable'
- run: flutter packages get
Expand Down

0 comments on commit f46784f

Please sign in to comment.