diff --git a/.github/workflows/format.yaml b/.github/workflows/format.yaml index 1d92c70..22f90ef 100644 --- a/.github/workflows/format.yaml +++ b/.github/workflows/format.yaml @@ -22,7 +22,7 @@ jobs: channel: 'stable' - run: dart format lib example - name: Create Pull Request - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v8 with: commit-message: 'style: format code' title: 'style: format code' diff --git a/pubspec.yaml b/pubspec.yaml index 4531638..959e4f5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -10,12 +10,12 @@ environment: flutter: ">=2.5.0" dependencies: - args: ^2.7.0 - path: ^1.9.1 - path_provider: ^2.1.5 + args: '>=2.7.0 <4.0.0' + path: '>=1.9.1 <3.0.0' + path_provider: '>=2.1.5 <4.0.0' dev_dependencies: - lints: ^6.0.0 + lints: '>=6.0.0 <8.0.0' # This package supports only Linux and macOS. platforms: