diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fd64cd0..46243a3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v3 - uses: subosito/flutter-action@v2 with: channel: 'stable' diff --git a/pubspec.yaml b/pubspec.yaml index f875a94..32f661c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: A new Flutter project. publish_to: "none" # Remove this line if you wish to publish to pub.dev -version: 1.15.2+61 +version: 1.15.3+62 environment: sdk: ">=2.16.0 <4.0.0"