Skip to content

Commit fe501e1

Browse files
chore(deps): bump actions/cache from 4.2.3 to 5.0.5
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.3 to 5.0.5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@5a3ec84...27d5ce7) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f4278ba commit fe501e1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/agent-android-bot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
java-version: "17"
7878

7979
- name: Restore Android SDK cache
80-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
80+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
8181
id: sdk-cache
8282
with:
8383
path: |
@@ -86,7 +86,7 @@ jobs:
8686
key: android-sdk-35
8787

8888
- name: Restore AVD cache
89-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
89+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
9090
id: avd-cache
9191
with:
9292
path: |

0 commit comments

Comments
 (0)