Skip to content

Commit ff5cdfb

Browse files
Bump actions/cache from 5.0.1 to 5.0.2 in the all-actions group
Bumps the all-actions group with 1 update: [actions/cache](https://github.com/actions/cache). Updates `actions/cache` from 5.0.1 to 5.0.2 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5.0.1...v5.0.2) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a246c3c commit ff5cdfb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.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@v5.0.1
30+
- uses: actions/cache@v5.0.2
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@v5.0.1
28+
- uses: actions/cache@v5.0.2
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@v5.0.1
28+
- uses: actions/cache@v5.0.2
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@v5.0.1
27+
- uses: actions/cache@v5.0.2
2828
with:
2929
path: |
3030
~/.gradle/caches

0 commit comments

Comments
 (0)