Skip to content

Commit

Permalink
Merge pull request #39 from hoc081098/renovate/subosito-flutter-actio…
Browse files Browse the repository at this point in the history
…n-2.x

Update subosito/flutter-action action to v2.3.0
  • Loading branch information
hoc081098 committed Feb 8, 2022
2 parents a551a24 + 7eb64da commit 35b1fe4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
distribution: 'zulu'
java-version: '11'

- uses: subosito/flutter-action@v2.2.1
- uses: subosito/flutter-action@v2.3.0
with:
channel: 'stable'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: subosito/flutter-action@v2.2.1
- uses: subosito/flutter-action@v2.3.0
with:
channel: 'stable'

Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: subosito/flutter-action@v2.2.1
- uses: subosito/flutter-action@v2.3.0
with:
flutter-version: ${{ matrix.version }}

Expand Down

0 comments on commit 35b1fe4

Please sign in to comment.