diff --git a/.github/workflows/android-fastlane.yml b/.github/workflows/android-fastlane.yml index 1641dd249..7c2fafdc3 100644 --- a/.github/workflows/android-fastlane.yml +++ b/.github/workflows/android-fastlane.yml @@ -51,7 +51,7 @@ on: type: string oracle_endpoint: required: true - description: 'The oracles http url' + description: "The oracle's http url" type: string oracle_pubkey: required: true @@ -59,7 +59,7 @@ on: type: string env: - FLUTTER_VERSION: "3.10.5" + FLUTTER_VERSION: "3.13.4" jobs: build: diff --git a/.github/workflows/build-release-binaries.yml b/.github/workflows/build-release-binaries.yml index 1fd104c01..c13ce178c 100644 --- a/.github/workflows/build-release-binaries.yml +++ b/.github/workflows/build-release-binaries.yml @@ -5,7 +5,7 @@ on: types: [created] env: - FLUTTER_VERSION: "3.10.5" + FLUTTER_VERSION: "3.13.4" RUST_VERSION: "1.68.0" jobs: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c94e163f..88578bf27 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ on: env: CARGO_INCREMENTAL: 0 CARGO_TERM_COLOR: always - FLUTTER_VERSION: "3.10.5" + FLUTTER_VERSION: "3.13.4" jobs: formatting-dprint: diff --git a/.github/workflows/ios-fastlane.yml b/.github/workflows/ios-fastlane.yml index 7b3bf4acc..3c2977c90 100644 --- a/.github/workflows/ios-fastlane.yml +++ b/.github/workflows/ios-fastlane.yml @@ -60,6 +60,7 @@ on: type: string oracle_endpoint: required: true + description: "The oracle's http url" type: string oracle_pubkey: required: true @@ -67,7 +68,7 @@ on: type: string env: - FLUTTER_VERSION: "3.10.5" + FLUTTER_VERSION: "3.13.4" jobs: build: