Browse Source

Merge pull request #9998 from nextcloud/dependabot/github_actions/actions/cache-3

Bump actions/cache from 2 to 3
Álvaro Brey 3 years ago
parent
commit
380585ea52
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/screenShotTest.yml

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

@@ -17,14 +17,14 @@ jobs:
             -   uses: actions/checkout@v3
 
             -   name: Gradle cache
-                uses: actions/cache@v2
+                uses: actions/cache@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@v2
+                uses: actions/cache@v3
                 id: avd-cache
                 with:
                     path: |