Skip to content

Commit 7c46e93

Browse files
chore: bump actions/cache from 3 to 4 (#622)
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8881009 commit 7c46e93

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

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

2424
- name: AVD cache
25-
uses: actions/cache@v3
25+
uses: actions/cache@v4
2626
id: avd-cache
2727
with:
2828
path: |

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Gradle cache
3939
uses: gradle/gradle-build-action@842c587ad8aa4c68eeba24c396e15af4c2e9f30a #v2.9.0
4040
- name: AVD cache
41-
uses: actions/cache@v3
41+
uses: actions/cache@v4
4242
id: avd-cache
4343
with:
4444
path: |

0 commit comments

Comments
 (0)