Skip to content

Commit d3f0ed4

Browse files
chore: bump actions/cache from 4 to 5
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0780abd commit d3f0ed4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/cross-platform-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: gradle/gradle-build-action@842c587ad8aa4c68eeba24c396e15af4c2e9f30a #v2.9.0
2626

2727
- name: AVD cache
28-
uses: actions/cache@v4
28+
uses: actions/cache@v5
2929
id: avd-cache
3030
with:
3131
path: |

.github/workflows/pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Gradle cache
4848
uses: gradle/gradle-build-action@842c587ad8aa4c68eeba24c396e15af4c2e9f30a #v2.9.0
4949
- name: AVD cache
50-
uses: actions/cache@v4
50+
uses: actions/cache@v5
5151
id: avd-cache
5252
with:
5353
path: |
@@ -108,7 +108,7 @@ jobs:
108108
- name: Gradle cache
109109
uses: gradle/gradle-build-action@842c587ad8aa4c68eeba24c396e15af4c2e9f30a #v2.9.0
110110
- name: AVD cache
111-
uses: actions/cache@v4
111+
uses: actions/cache@v5
112112
id: avd-cache
113113
with:
114114
path: |

0 commit comments

Comments
 (0)