Skip to content

Commit

Permalink
updated github action
Browse files Browse the repository at this point in the history
  • Loading branch information
TesteurManiak committed Mar 22, 2022
1 parent 472505c commit c8079c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: subosito/flutter-action@v1
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v1.5.3
- run: flutter pub get
- run: flutter format --set-exit-if-changed .
- name: Analyze project source
Expand Down

0 comments on commit c8079c6

Please sign in to comment.