diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 126969e..4d6919a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -15,6 +15,8 @@ jobs: steps: - uses: actions/checkout@v4 - uses: dart-lang/setup-dart@v1 + with: + sdk: stable - name: Install dependencies run: dart pub get - name: Test Publish (Dry Run) diff --git a/CODEOWNERS b/CODEOWNERS index 0773923..1be7e0d 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1 +1 @@ -* @contentstack/security-admin \ No newline at end of file +* @contentstack/security-admin diff --git a/pubspec.yaml b/pubspec.yaml index b64cb2d..1099cea 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -19,9 +19,9 @@ dependencies: dev_dependencies: flutter_lints: ^5.0.0 - build_runner: ^2.0.4 - build_test: ^2.1.0 + build_runner: ^2.4.13 + build_test: ^2.2.2 build_web_compilers: ^4.0.11 - json_serializable: ^6.1.5 + json_serializable: ^6.9.0 test: ^1.20.1