Skip to content

Commit d3b15e7

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 9c9cb33 commit d3b15e7

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
@@ -49,7 +49,7 @@ jobs:
4949
- name: Gradle cache
5050
uses: gradle/gradle-build-action@842c587ad8aa4c68eeba24c396e15af4c2e9f30a #v2.9.0
5151
- name: AVD cache
52-
uses: actions/cache@v4
52+
uses: actions/cache@v5
5353
id: avd-cache
5454
with:
5555
path: |
@@ -110,7 +110,7 @@ jobs:
110110
- name: Gradle cache
111111
uses: gradle/gradle-build-action@842c587ad8aa4c68eeba24c396e15af4c2e9f30a #v2.9.0
112112
- name: AVD cache
113-
uses: actions/cache@v4
113+
uses: actions/cache@v5
114114
id: avd-cache
115115
with:
116116
path: |

0 commit comments

Comments
 (0)