Skip to content

Commit

Permalink
Merge pull request #1 from juliansteenbakker/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/subosito/flutter-action-2.3.0

build(deps): bump subosito/flutter-action from 1 to 2.3.0
  • Loading branch information
juliansteenbakker authored Feb 16, 2022
2 parents 5879975 + 2e5e688 commit e85a472
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 e85a472

Please sign in to comment.