Skip to content

Commit

Permalink
chore(deps): update subosito/flutter-action action to v2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 20, 2022
1 parent 3566e39 commit 9e84979
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
distribution: 'zulu'
java-version: '11'

- uses: subosito/flutter-action@v2.6.1
- uses: subosito/flutter-action@v2.8.0
with:
channel: ${{ matrix.channel }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: subosito/flutter-action@v2.6.1
- uses: subosito/flutter-action@v2.8.0
with:
channel: ${{ matrix.channel }}

Expand Down

0 comments on commit 9e84979

Please sign in to comment.