Skip to content

Commit c9b60d1

Browse files
build(deps): Bump actions/cache in the all-actions group (#910)
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](actions/cache@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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c5c4b51 commit c9b60d1

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/android-branch_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
distribution: 'temurin'
2828
cache: gradle
2929

30-
- uses: actions/cache@v4.2.4
30+
- uses: actions/cache@v4.3.0
3131
with:
3232
path: |
3333
~/.gradle/caches

.github/workflows/android-main_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
distribution: 'temurin'
2626
cache: gradle
2727

28-
- uses: actions/cache@v4.2.4
28+
- uses: actions/cache@v4.3.0
2929
with:
3030
path: |
3131
~/.gradle/caches

.github/workflows/android-pr_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
distribution: 'temurin'
2626
cache: gradle
2727

28-
- uses: actions/cache@v4.2.4
28+
- uses: actions/cache@v4.3.0
2929
with:
3030
path: |
3131
~/.gradle/caches

.github/workflows/android-release_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
distribution: 'temurin'
2525
cache: gradle
2626

27-
- uses: actions/cache@v4.2.4
27+
- uses: actions/cache@v4.3.0
2828
with:
2929
path: |
3030
~/.gradle/caches

0 commit comments

Comments
 (0)