Răsfoiți Sursa

Merge pull request #13763 from nextcloud/renovate/actions-cache-4.x

Update actions/cache action to v4.1.1
Andy Scherzinger 7 luni în urmă
părinte
comite
e4c35314e9
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      .github/workflows/screenShotTest.yml

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

@@ -28,14 +28,14 @@ jobs:
             -   uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
 
             -   name: Gradle cache
-                uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
+                uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
                 with:
                     path: |
                         ~/.gradle/caches
                         ~/.gradle/wrapper
                     key: gradle-${{ runner.os }}-${{ hashFiles('**/*.gradle*') }}-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}
             -   name: AVD cache
-                uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
+                uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
                 id: avd-cache
                 with:
                     path: |