Browse Source

Build(deps): Bump actions/cache from 3.2.6 to 3.3.1

Bumps [actions/cache](https://github.com/actions/cache) from 3.2.6 to 3.3.1.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/69d9d449aced6a2ede0bc19182fadc3a0a42d2b0...88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 2 years ago
parent
commit
6982775ecf
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/screenShotTest.yml

+ 2 - 2
.github/workflows/screenShotTest.yml

@@ -21,14 +21,14 @@ jobs:
             -   uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
 
             -   name: Gradle cache
-                uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 # v3
+                uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3
                 with:
                     path: |
                         ~/.gradle/caches
                         ~/.gradle/wrapper
                     key: gradle-${{ runner.os }}-${{ hashFiles('**/*.gradle*') }}-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}
             -   name: AVD cache
-                uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 # v3
+                uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3
                 id: avd-cache
                 with:
                     path: |