Skip to content

Commit 1149b37

Browse files
Build(deps): Bump actions/cache from 3.2.2 to 3.2.3
Bumps [actions/cache](https://github.com/actions/cache) from 3.2.2 to 3.2.3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@4723a57...58c146c) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 220e776 commit 1149b37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/screenShotTest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ jobs:
2121
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
2222

2323
- name: Gradle cache
24-
uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3
24+
uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12 # v3
2525
with:
2626
path: |
2727
~/.gradle/caches
2828
~/.gradle/wrapper
2929
key: gradle-${{ runner.os }}-${{ hashFiles('**/*.gradle*') }}-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}
3030
- name: AVD cache
31-
uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3
31+
uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12 # v3
3232
id: avd-cache
3333
with:
3434
path: |

0 commit comments

Comments
 (0)