Skip to content

Commit

Permalink
build(deps): bump subosito/flutter-action from 2.12.0 to 2.15.0
Browse files Browse the repository at this point in the history
Bumps [subosito/flutter-action](https://github.com/subosito/flutter-action) from 2.12.0 to 2.15.0.
- [Release notes](https://github.com/subosito/flutter-action/releases)
- [Commits](subosito/flutter-action@v2.12.0...v2.15.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]>
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent 520e87c commit 357fa8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flutter_format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
with:
distribution: 'temurin'
java-version: '11'
- uses: subosito/flutter-action@v2.12.0
- uses: subosito/flutter-action@v2.15.0
- name: Version
run: flutter doctor -v
- name: Install dependencies
Expand All @@ -26,6 +26,6 @@ jobs:
with:
distribution: 'temurin'
java-version: '11'
- uses: subosito/flutter-action@v2.12.0
- uses: subosito/flutter-action@v2.15.0
- name: Format
run: dart format --set-exit-if-changed .

0 comments on commit 357fa8a

Please sign in to comment.