Skip to content

Commit edc8a32

Browse files
Bump actions/cache from 4.2.0 to 4.3.0
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.0 to 4.3.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.2.0...v4.3.0) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2c4e86c commit edc8a32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: ./gradlew testDebug -s
5252

5353
- name: Cache AVD
54-
uses: actions/cache@v4.2.0
54+
uses: actions/cache@v4.3.0
5555
id: avd-cache
5656
with:
5757
path: |

0 commit comments

Comments
 (0)