Эх сурвалжийг харах

Merge pull request #11422 from nextcloud/dependabot/github_actions/actions/cache-3.2.6

Build(deps): Bump actions/cache from 3.2.5 to 3.2.6
Álvaro Brey 2 жил өмнө
parent
commit
bd7042944d

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

@@ -21,14 +21,14 @@ jobs:
             -   uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
 
             -   name: Gradle cache
-                uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812 # v3
+                uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 # 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@6998d139ddd3e68c71e9e398d8e40b71a2f39812 # v3
+                uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 # v3
                 id: avd-cache
                 with:
                     path: |