From 04bd9e665bd9e8a5f2d1b16c55e4e3fdd18f9b6d Mon Sep 17 00:00:00 2001 From: Ivan Dlugos <6349682+vaind@users.noreply.github.com> Date: Mon, 24 Jun 2024 11:37:21 +0200 Subject: [PATCH 1/4] ci: update metrics-ios.yml (#2124) --- metrics/metrics-ios.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metrics/metrics-ios.yml b/metrics/metrics-ios.yml index 57177c0899..6c7e175b04 100644 --- a/metrics/metrics-ios.yml +++ b/metrics/metrics-ios.yml @@ -10,5 +10,5 @@ startupTimeTest: diffMax: 150 binarySizeTest: - diffMin: 900 KiB - diffMax: 1300 KiB + diffMin: 1200 KiB + diffMax: 1500 KiB From 99b37a63685b3aff7826925353d08423bf5ebe92 Mon Sep 17 00:00:00 2001 From: Giancarlo Buenaflor Date: Mon, 24 Jun 2024 12:26:13 +0200 Subject: [PATCH 2/4] Ignore .fvm (#2125) --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1f40d0ebb1..2965c68572 100644 --- a/.gitignore +++ b/.gitignore @@ -13,7 +13,7 @@ pubspec.lock build/ .cxx/ .vscode/ - +.fvm/ .test_coverage.dart dart/coverage/* From ed9c5882af6da771d858dfd6c912e8dd1c92daaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 23:06:29 +0200 Subject: [PATCH 3/4] build(deps): bump gradle/gradle-build-action from 3.4.1 to 3.4.2 (#2127) Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 3.4.1 to 3.4.2. - [Release notes](https://github.com/gradle/gradle-build-action/releases) - [Commits](https://github.com/gradle/gradle-build-action/compare/04b20c065cf1ab708c96e64a8811018d0a1fbc88...66535aaf56f831b35e3a8481c9c99b665b84dd45) --- updated-dependencies: - dependency-name: gradle/gradle-build-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/flutter_integration_test.yml | 2 +- .github/workflows/flutter_test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/flutter_integration_test.yml b/.github/workflows/flutter_integration_test.yml index 25a88a9291..f51af5d341 100644 --- a/.github/workflows/flutter_integration_test.yml +++ b/.github/workflows/flutter_integration_test.yml @@ -49,7 +49,7 @@ jobs: run: flutter pub get - name: Gradle cache - uses: gradle/gradle-build-action@04b20c065cf1ab708c96e64a8811018d0a1fbc88 # pin@v3.4.1 + uses: gradle/gradle-build-action@66535aaf56f831b35e3a8481c9c99b665b84dd45 # pin@v3.4.2 - name: AVD cache uses: actions/cache@v4 diff --git a/.github/workflows/flutter_test.yml b/.github/workflows/flutter_test.yml index 4d355a7310..d5b894ab36 100644 --- a/.github/workflows/flutter_test.yml +++ b/.github/workflows/flutter_test.yml @@ -54,7 +54,7 @@ jobs: run: flutter pub get - name: Gradle cache - uses: gradle/gradle-build-action@04b20c065cf1ab708c96e64a8811018d0a1fbc88 # pin@v3.0.0 + uses: gradle/gradle-build-action@66535aaf56f831b35e3a8481c9c99b665b84dd45 # pin@v3.0.0 - name: AVD cache uses: actions/cache@v4 From 389a4e154da857d171b845033816f354d7e954c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 23:06:44 +0200 Subject: [PATCH 4/4] build(deps): bump ruby/setup-ruby from 1.179.1 to 1.180.1 (#2128) Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.179.1 to 1.180.1. - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Commits](https://github.com/ruby/setup-ruby/compare/78c01b705fd9d5ad960d432d3a0cfa341d50e410...3783f195e29b74ae398d7caca108814bbafde90e) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/testflight.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testflight.yml b/.github/workflows/testflight.yml index 87e55cf30d..4f69c558f8 100644 --- a/.github/workflows/testflight.yml +++ b/.github/workflows/testflight.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v4 - uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1 # pin@v2.16.0 - run: xcodes select 15.0.1 - - uses: ruby/setup-ruby@78c01b705fd9d5ad960d432d3a0cfa341d50e410 # pin@v1.179.1 + - uses: ruby/setup-ruby@3783f195e29b74ae398d7caca108814bbafde90e # pin@v1.180.1 with: ruby-version: '2.7.5' bundler-cache: true