Skip to content

Commit fccb8b7

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

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.8.0
28+
- uses: subosito/flutter-action@v2.13.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.8.0
22+
- uses: subosito/flutter-action@v2.13.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.8.0
17+
- uses: subosito/flutter-action@v2.13.0
1818
with:
1919
channel: 'stable'
2020
# Setup Dart SDK with JWT token

0 commit comments

Comments
 (0)