Skip to content

Commit

Permalink
Merge pull request #16 from twitter-dart/dependabot/github_actions/su…
Browse files Browse the repository at this point in the history
…bosito/flutter-action-2.7.0

Bump subosito/flutter-action from 2.6.1 to 2.7.0
  • Loading branch information
myConsciousness authored Sep 18, 2022
2 parents c2c6aef + 2060fb3 commit 84cf128
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/analyzer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2.6.1
- uses: subosito/flutter-action@v2.7.0
- name: install dependencies
run: flutter pub get
- name: analyzer
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2.6.1
- uses: subosito/flutter-action@v2.7.0
- name: install dependencies
run: flutter pub get
- name: run test with chrome
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upgrade_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2.6.1
- uses: subosito/flutter-action@v2.7.0
- run: flutter pub upgrade --null-safety # See: https://dart.dev/tools/pub/cmd/pub-upgrade#--null-safety

# See: https://github.com/peter-evans/create-pull-request/tree/master#reference-example
Expand Down

0 comments on commit 84cf128

Please sign in to comment.