Skip to content

Commit 3e8b696

Browse files
chore(deps): update subosito/flutter-action action to v2.23.0
1 parent 7e13206 commit 3e8b696

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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.16.0
28+
- uses: subosito/flutter-action@v2.23.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@v4
2121

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

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
# Checkout repository
1616
- uses: actions/checkout@v4
17-
- uses: subosito/flutter-action@v2.16.0
17+
- uses: subosito/flutter-action@v2.23.0
1818
with:
1919
channel: 'stable'
2020
# Setup Dart SDK with JWT token

0 commit comments

Comments
 (0)