Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 15, 2022
1 parent 86220e5 commit a757f56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flutter.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@v1
- uses: subosito/flutter-action@v2.3.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@v1
- uses: subosito/flutter-action@v2.3.0
- name: Format
run: flutter format -n --set-exit-if-changed .

0 comments on commit a757f56

Please sign in to comment.