Skip to content

Commit b87db1d

Browse files
Update subosito/flutter-action action to v2 (#188)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 1a1ba2c commit b87db1d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dart-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
os: [ ubuntu-latest, windows-latest, macos-latest ]
1616
steps:
1717
- uses: actions/checkout@v2
18-
- uses: subosito/flutter-action@v1
18+
- uses: subosito/flutter-action@v2
1919
with:
2020
flutter-version: '2.8.1'
2121
- uses: dart-lang/setup-dart@v1

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
steps:
2525
- uses: actions/checkout@v2
26-
- uses: subosito/flutter-action@v1
26+
- uses: subosito/flutter-action@v2
2727
with:
2828
flutter-version: '2.8.1'
2929
- uses: dart-lang/setup-dart@v1

0 commit comments

Comments
 (0)