From bbd6b2071c995abeefe485a526f2f747b301ad7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 06:08:39 +0000 Subject: [PATCH] build(deps): Bump actions/cache in the all-actions group Bumps the all-actions group with 1 update: [actions/cache](https://github.com/actions/cache). Updates `actions/cache` from 4.2.4 to 4.3.0 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v4.2.4...v4.3.0) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/android-branch_ci.yml | 2 +- .github/workflows/android-main_ci.yml | 2 +- .github/workflows/android-pr_ci.yml | 2 +- .github/workflows/android-release_ci.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/android-branch_ci.yml b/.github/workflows/android-branch_ci.yml index b13091c48..c50badeb2 100644 --- a/.github/workflows/android-branch_ci.yml +++ b/.github/workflows/android-branch_ci.yml @@ -27,7 +27,7 @@ jobs: distribution: 'temurin' cache: gradle - - uses: actions/cache@v4.2.4 + - uses: actions/cache@v4.3.0 with: path: | ~/.gradle/caches diff --git a/.github/workflows/android-main_ci.yml b/.github/workflows/android-main_ci.yml index b0b738091..c61dd1e95 100644 --- a/.github/workflows/android-main_ci.yml +++ b/.github/workflows/android-main_ci.yml @@ -25,7 +25,7 @@ jobs: distribution: 'temurin' cache: gradle - - uses: actions/cache@v4.2.4 + - uses: actions/cache@v4.3.0 with: path: | ~/.gradle/caches diff --git a/.github/workflows/android-pr_ci.yml b/.github/workflows/android-pr_ci.yml index 8f4d87271..149094ad0 100644 --- a/.github/workflows/android-pr_ci.yml +++ b/.github/workflows/android-pr_ci.yml @@ -25,7 +25,7 @@ jobs: distribution: 'temurin' cache: gradle - - uses: actions/cache@v4.2.4 + - uses: actions/cache@v4.3.0 with: path: | ~/.gradle/caches diff --git a/.github/workflows/android-release_ci.yml b/.github/workflows/android-release_ci.yml index 59a647194..3824bc30b 100644 --- a/.github/workflows/android-release_ci.yml +++ b/.github/workflows/android-release_ci.yml @@ -24,7 +24,7 @@ jobs: distribution: 'temurin' cache: gradle - - uses: actions/cache@v4.2.4 + - uses: actions/cache@v4.3.0 with: path: | ~/.gradle/caches