Skip to content

Commit

Permalink
Merge pull request #211 from fluttercommunity/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/subosito/flutter-action-2.8.0

Bump subosito/flutter-action from 2.3.0 to 2.8.0
  • Loading branch information
juliansteenbakker authored Nov 22, 2022
2 parents 7a12343 + 73e1c72 commit e0e0c05
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.3.0
- uses: subosito/flutter-action@v2.8.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.3.0
- uses: subosito/flutter-action@v2.8.0
- name: Format
run: flutter format -n --set-exit-if-changed .

0 comments on commit e0e0c05

Please sign in to comment.