diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index ef3d22f5812..448a5eae3e8 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -31,10 +31,7 @@ jobs: channel: 'stable' - uses: bluefireteam/melos-action@v2 - name: "Analyze" - uses: invertase/github-action-dart-analyzer@v1 - with: - fatal-infos: true - fatal-warnings: true + uses: invertase/github-action-dart-analyzer@v2.0.0 markdown-lint: runs-on: ubuntu-latest diff --git a/packages/flame_test/pubspec.yaml b/packages/flame_test/pubspec.yaml index 6bd77c6eed4..5aa6a1185cd 100644 --- a/packages/flame_test/pubspec.yaml +++ b/packages/flame_test/pubspec.yaml @@ -18,7 +18,7 @@ dependencies: flutter_test: sdk: flutter meta: ^1.9.1 - test: any + test: ^1.24.1 vector_math: ^2.1.4 dev_dependencies: