Skip to content

Commit

Permalink
Merge pull request #95 from gbtb16/dependabot/github_actions/subosito…
Browse files Browse the repository at this point in the history
…/flutter-action-2.12.0

Bump subosito/flutter-action from 2.8.0 to 2.12.0
  • Loading branch information
gbtb16 authored Jan 15, 2024
2 parents 9ca24ef + cc4b3e6 commit b83e72c
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@v3
- uses: subosito/flutter-action@v2.8.0
- uses: subosito/flutter-action@v2.12.0
with:
channel: ${{ matrix.version }}
- name: Build & format for flutter_example
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
working-directory: example
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2.8.0
- uses: subosito/flutter-action@v2.12.0
with:
channel: 'stable'
- run: flutter packages get
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flutter_example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
working-directory: flutter_example
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2.8.0
- uses: subosito/flutter-action@v2.12.0
with:
channel: 'stable'
- run: flutter packages get
Expand Down

0 comments on commit b83e72c

Please sign in to comment.