Skip to content

Commit aa9829f

Browse files
[CI] Bump actions/cache from 4 to 5 in the ci-actions group (#165)
Bumps the ci-actions group with 1 update: [actions/cache](https://github.com/actions/cache). Updates `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 dependency-group: ci-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9d4f0c0 commit aa9829f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
sudo udevadm trigger --name-match=kvm
7474
7575
- name: Cache AVD
76-
uses: actions/cache@v4
76+
uses: actions/cache@v5
7777
with:
7878
path: ~/.config/.android/avd
7979
key: avd-${{ hashFiles('lib/build.gradle.kts') }} # gradle-managed devices are defined there

0 commit comments

Comments
 (0)