Skip to content

Commit 39d04ab

Browse files
Update subosito/flutter-action action to v2 (#162)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent c8d555b commit 39d04ab

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/feedback.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
java-version: '12.x'
2727
distribution: 'adopt'
28-
- uses: subosito/flutter-action@v1
28+
- uses: subosito/flutter-action@v2
2929
with:
3030
channel: 'stable'
3131
- run: flutter pub get
@@ -53,7 +53,7 @@ jobs:
5353
runs-on: ${{ matrix.os }}
5454
steps:
5555
- uses: actions/checkout@v2
56-
- uses: subosito/flutter-action@v1
56+
- uses: subosito/flutter-action@v2
5757
with:
5858
channel: ${{ matrix.flutter_channel }}
5959
- working-directory: feedback/example

.github/workflows/gitlab.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
java-version: '12.x'
2626
distribution: 'adopt'
27-
- uses: subosito/flutter-action@v1
27+
- uses: subosito/flutter-action@v2
2828
with:
2929
channel: 'stable'
3030
- run: flutter pub get

.github/workflows/sentry.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
java-version: '12.x'
2626
distribution: 'adopt'
27-
- uses: subosito/flutter-action@v1
27+
- uses: subosito/flutter-action@v2
2828
with:
2929
channel: 'stable'
3030
- run: flutter pub get

.github/workflows/web-example.yml

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

1111
steps:
1212
- uses: actions/checkout@v2
13-
- uses: subosito/flutter-action@v1
13+
- uses: subosito/flutter-action@v2
1414
- uses: bluefireteam/flutter-gh-pages@v7
1515
with:
1616
workingDir: feedback/example

0 commit comments

Comments
 (0)