Skip to content

Commit 76b42bf

Browse files
chore(deps): update subosito/flutter-action action to v2.8.0 (#39)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a0cec0a commit 76b42bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
distribution: 'zulu'
2626
java-version: '11'
2727

28-
- uses: subosito/flutter-action@v2.7.1
28+
- uses: subosito/flutter-action@v2.8.0
2929
with:
3030
channel: ${{ matrix.channel }}
3131

.github/workflows/flutter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v3
2121

22-
- uses: subosito/flutter-action@v2.7.1
22+
- uses: subosito/flutter-action@v2.8.0
2323
with:
2424
channel: ${{ matrix.channel }}
2525

0 commit comments

Comments
 (0)