Skip to content

Commit

Permalink
Flutter 3.24.0 (#17)
Browse files Browse the repository at this point in the history
* Upgrade workflows versions

* flutter version 3.24.0

* Wandalen/wretry.action@master
  • Loading branch information
knightsforce authored Aug 21, 2024
1 parent 775f36a commit 8826bb7
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/android-integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.19.6'
flutter-version: '3.24.0'
channel: 'stable'
cache: true
cache-key: flutter-:os:-:channel:-:version:-:arch:-:hash:-${{ hashFiles('**/pubspec.lock') }}
Expand All @@ -32,10 +32,10 @@ jobs:
java-version: "17.x"

- name: Gradle cache
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3

- name: AVD cache
uses: actions/cache@v3
uses: actions/cache@v4
id: avd-cache
with:
path: |
Expand All @@ -62,7 +62,7 @@ jobs:
run: melos codegen --no-select

- name: Run Flutter integration tests
uses: Wandalen/wretry.action@v1.3.0 # sometimes android tests are flaky
uses: Wandalen/wretry.action@master
with:
attempt_limit: 5
action: reactivecircus/android-emulator-runner@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ios-integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.19.6'
flutter-version: '3.24.0'
channel: 'stable'
cache: true
cache-key: flutter-:os:-:channel:-:version:-:arch:-:hash:-${{ hashFiles('**/pubspec.lock') }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v4

- name: Create GitHub release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2

publish_pubdev:
if: inputs.publish_pubdev
Expand All @@ -37,7 +37,7 @@ jobs:
- uses: dart-lang/setup-dart@v1
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.19.6'
flutter-version: '3.24.0'
channel: 'stable'
cache: true
cache-key: flutter-:os:-:channel:-:version:-:arch:-:hash:-${{ hashFiles('**/pubspec.lock') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.19.6'
flutter-version: '3.24.0'
channel: 'stable'
cache: true
cache-key: flutter-:os:-:channel:-:version:-:arch:-:hash:-${{ hashFiles('**/pubspec.lock') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/version-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Push tag
id: tag_version
uses: mathieudutour/github-tag-action@v6.1
uses: mathieudutour/github-tag-action@v6.2
with:
github_token: ${{ secrets.token }}
custom_tag: ${{ steps.yaml_data.outputs.data }}
4 changes: 2 additions & 2 deletions .github/workflows/version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
git config user.email "${{ inputs.user_email }}"
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.19.6'
flutter-version: '3.24.0'
channel: 'stable'
cache: true
cache-key: flutter-:os:-:channel:-:version:-:arch:-:hash:-${{ hashFiles('**/pubspec.lock') }}
Expand All @@ -51,7 +51,7 @@ jobs:
run: melos version --all --yes ${{ inputs.version_parameters }}

- name: Create Pull Request
uses: peter-evans/create-pull-request@v5.0.2
uses: peter-evans/create-pull-request@v6
with:
token: ${{ secrets.token }}
commit-message: "chore: version bump"
Expand Down

0 comments on commit 8826bb7

Please sign in to comment.