Skip to content

Commit b1376cc

Browse files
chore(deps): update subosito/flutter-action action to v2.21.0
1 parent 0a032d0 commit b1376cc

11 files changed

+18
-18
lines changed

.github/workflows/flint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717

1818
steps:
1919
- uses: actions/checkout@v4
20-
- uses: subosito/flutter-action@v2.19.0
20+
- uses: subosito/flutter-action@v2.21.0
2121
- run: dart pub get
2222
- run: dart analyze

.github/workflows/nitrogen.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
working-directory: nitrogen
2626
steps:
2727
- uses: actions/checkout@v4
28-
- uses: subosito/flutter-action@v2.19.0
28+
- uses: subosito/flutter-action@v2.21.0
2929
- run: flutter pub get
3030
- run: flutter analyze --fatal-warnings
3131
- run: flutter test
@@ -38,7 +38,7 @@ jobs:
3838
working-directory: nitrogen_flutter_svg
3939
steps:
4040
- uses: actions/checkout@v4
41-
- uses: subosito/flutter-action@v2.19.0
41+
- uses: subosito/flutter-action@v2.21.0
4242
- run: flutter pub get
4343
- run: flutter analyze
4444

@@ -50,7 +50,7 @@ jobs:
5050
working-directory: nitrogen_lottie
5151
steps:
5252
- uses: actions/checkout@v4
53-
- uses: subosito/flutter-action@v2.19.0
53+
- uses: subosito/flutter-action@v2.21.0
5454
- run: flutter pub get
5555
- run: flutter analyze
5656

@@ -62,6 +62,6 @@ jobs:
6262
working-directory: nitrogen_types
6363
steps:
6464
- uses: actions/checkout@v4
65-
- uses: subosito/flutter-action@v2.19.0
65+
- uses: subosito/flutter-action@v2.21.0
6666
- run: flutter pub get
6767
- run: flutter analyze --fatal-warnings

.github/workflows/nitrogen_flutter_svg_presubmit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
repository: ${{ github.event.pull_request.head.repo.full_name }}
3838
ref: ${{ github.event.pull_request.head.ref }}
3939

40-
- uses: subosito/flutter-action@v2.19.0
40+
- uses: subosito/flutter-action@v2.21.0
4141
with:
4242
cache: true
4343

.github/workflows/nitrogen_lottie_presubmit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
repository: ${{ github.event.pull_request.head.repo.full_name }}
3838
ref: ${{ github.event.pull_request.head.ref }}
3939

40-
- uses: subosito/flutter-action@v2.19.0
40+
- uses: subosito/flutter-action@v2.21.0
4141
with:
4242
cache: true
4343

.github/workflows/nitrogen_presubmit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
repository: ${{ github.event.pull_request.head.repo.full_name }}
3838
ref: ${{ github.event.pull_request.head.ref }}
3939

40-
- uses: subosito/flutter-action@v2.19.0
40+
- uses: subosito/flutter-action@v2.21.0
4141
with:
4242
cache: true
4343

.github/workflows/nitrogen_types_presubmit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
repository: ${{ github.event.pull_request.head.repo.full_name }}
3838
ref: ${{ github.event.pull_request.head.ref }}
3939

40-
- uses: subosito/flutter-action@v2.19.0
40+
- uses: subosito/flutter-action@v2.21.0
4141
with:
4242
cache: true
4343

.github/workflows/stevia_unit_test.yaml

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

3434
steps:
3535
- uses: actions/checkout@v4
36-
- uses: subosito/flutter-action@v2.19.0
36+
- uses: subosito/flutter-action@v2.21.0
3737
- run: flutter pub get
3838
- run: dart run build_runner build --delete-conflicting-outputs
3939
- run: flutter analyze

.github/workflows/sugar_integration_test.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
working-directory: sugar
2929
steps:
3030
- uses: actions/checkout@v4
31-
- uses: subosito/flutter-action@v2.19.0
31+
- uses: subosito/flutter-action@v2.21.0
3232
- run: dart pub get
3333
- run: dart run coverage:test_with_coverage --test .\integration_test\src\time\zone\platform\platform_provider_test.dart
3434
- uses: codecov/codecov-action@v5
@@ -43,7 +43,7 @@ jobs:
4343
working-directory: sugar
4444
steps:
4545
- uses: actions/checkout@v4
46-
- uses: subosito/flutter-action@v2.19.0
46+
- uses: subosito/flutter-action@v2.21.0
4747
- run: dart pub get
4848
- run: chmod +x ./integration_test/src/time/zone/platform/platform_provider_test_macos.sh
4949
- run: ./integration_test/src/time/zone/platform/platform_provider_test_macos.sh
@@ -59,7 +59,7 @@ jobs:
5959
working-directory: sugar
6060
steps:
6161
- uses: actions/checkout@v4
62-
- uses: subosito/flutter-action@v2.19.0
62+
- uses: subosito/flutter-action@v2.21.0
6363
- run: dart pub get
6464
- run: chmod +x ./integration_test/src/time/zone/platform/platform_provider_test_linux.sh
6565
- run: ./integration_test/src/time/zone/platform/platform_provider_test_linux.sh
@@ -81,7 +81,7 @@ jobs:
8181
- uses: browser-actions/setup-firefox@v1
8282
with:
8383
firefox-version: latest
84-
- uses: subosito/flutter-action@v2.19.0
84+
- uses: subosito/flutter-action@v2.21.0
8585
- run: dart pub get
8686
- run: chmod +x ./integration_test/src/time/zone/platform/platform_provider_test_browser.sh
8787
- run: ./integration_test/src/time/zone/platform/platform_provider_test_browser.sh

.github/workflows/sugar_presubmit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
repository: ${{ github.event.pull_request.head.repo.full_name }}
3838
ref: ${{ github.event.pull_request.head.ref }}
3939

40-
- uses: subosito/flutter-action@v2.19.0
40+
- uses: subosito/flutter-action@v2.21.0
4141
with:
4242
cache: true
4343

.github/workflows/sugar_publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- uses: actions/checkout@v4
18-
- uses: subosito/flutter-action@v2.19.0
18+
- uses: subosito/flutter-action@v2.21.0
1919
- run: dart pub get
2020
- run: dart analyze --fatal-warnings
2121
- run: dart run coverage:test_with_coverage
@@ -50,7 +50,7 @@ jobs:
5050
working-directory: sugar
5151
steps:
5252
- uses: actions/checkout@v4
53-
- uses: subosito/flutter-action@v2.19.0
53+
- uses: subosito/flutter-action@v2.21.0
5454
- run: dart pub get
5555
- run: chmod +x ./integration_test/src/time/zone/platform/platform_provider_test_macos.sh
5656
- run: ./integration_test/src/time/zone/platform/platform_provider_test_macos.sh

0 commit comments

Comments
 (0)