From f1e019c7d5dabf26d6cd8b3e2c72f5526eba7e48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 14:44:20 +0000 Subject: [PATCH] build(deps): bump gradle/gradle-build-action from 3.4.1 to 3.4.2 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] --- .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