Skip to content

Commit

Permalink
build(deps): bump subosito/flutter-action from 2.8.0 to 2.10.0
Browse files Browse the repository at this point in the history
Bumps [subosito/flutter-action](https://github.com/subosito/flutter-action) from 2.8.0 to 2.10.0.
- [Release notes](https://github.com/subosito/flutter-action/releases)
- [Commits](subosito/flutter-action@v2.8.0...v2.10.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 27, 2023
1 parent 6bb88c0 commit d498afd
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 @@ -12,7 +12,7 @@ jobs:
with:
distribution: 'temurin'
java-version: '11'
- uses: subosito/flutter-action@v2.8.0
- uses: subosito/flutter-action@v2.10.0
- name: Version
run: flutter doctor -v
- name: Install dependencies
Expand All @@ -27,6 +27,6 @@ jobs:
with:
distribution: 'temurin'
java-version: '11'
- uses: subosito/flutter-action@v2.8.0
- uses: subosito/flutter-action@v2.10.0
- name: Format
run: flutter format -n --set-exit-if-changed .

0 comments on commit d498afd

Please sign in to comment.