Skip to content

Commit

Permalink
chore(deps): update subosito/flutter-action action to v2.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 3, 2024
1 parent 101d0a3 commit a85f339
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/nitrogen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
working-directory: nitrogen
steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2.16.0
- uses: subosito/flutter-action@v2.18.0
- run: flutter pub get
- run: flutter analyze --fatal-warnings
- run: flutter test
Expand All @@ -38,7 +38,7 @@ jobs:
working-directory: nitrogen_flutter_svg
steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2.16.0
- uses: subosito/flutter-action@v2.18.0
- run: flutter pub get
- run: flutter analyze

Expand All @@ -50,7 +50,7 @@ jobs:
working-directory: nitrogen_lottie
steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2.16.0
- uses: subosito/flutter-action@v2.18.0
- run: flutter pub get
- run: flutter analyze

Expand All @@ -62,6 +62,6 @@ jobs:
working-directory: nitrogen_types
steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2.16.0
- uses: subosito/flutter-action@v2.18.0
- run: flutter pub get
- run: flutter analyze --fatal-warnings
2 changes: 1 addition & 1 deletion .github/workflows/stevia_integration_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
working-directory: stevia/example
steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2.16.0
- uses: subosito/flutter-action@v2.18.0
- uses: actions/checkout@v4
- uses: futureware-tech/simulator-action@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stevia_unit_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2.16.0
- uses: subosito/flutter-action@v2.18.0
- run: flutter pub get
- run: flutter pub run build_runner build --delete-conflicting-outputs
- run: flutter analyze
Expand Down

0 comments on commit a85f339

Please sign in to comment.