Skip to content

Commit 0dd2159

Browse files
Update release.yml
1 parent d92d656 commit 0dd2159

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
date: ${{ steps.get_version.outputs.date}}
5555
runs-on: ${{ matrix.os }}
5656
env:
57-
FLUTTER_VERSION: 3.24.0
57+
FLUTTER_VERSION: 3.27.3
5858
steps:
5959
# Checkout branch
6060
- name: Checkout
@@ -69,7 +69,7 @@ jobs:
6969
7070
# Setup Flutter
7171
- name: Setup Flutter
72-
uses: subosito/flutter-action@v2.16.0
72+
uses: subosito/flutter-action@v2.18.0
7373
with:
7474
flutter-version: ${{ env.FLUTTER_VERSION }}
7575
channel: 'stable'

0 commit comments

Comments
 (0)