浏览代码

Update actions/cache action to v4.1.2

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] 9 月之前
父节点
当前提交
ce25c16a56
共有 1 个文件被更改,包括 2 次插入2 次删除
  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
             -   uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
 
 
             -   name: Gradle cache
             -   name: Gradle cache
-                uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
+                uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
                 with:
                 with:
                     path: |
                     path: |
                         ~/.gradle/caches
                         ~/.gradle/caches
                         ~/.gradle/wrapper
                         ~/.gradle/wrapper
                     key: gradle-${{ runner.os }}-${{ hashFiles('**/*.gradle*') }}-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}
                     key: gradle-${{ runner.os }}-${{ hashFiles('**/*.gradle*') }}-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}
             -   name: AVD cache
             -   name: AVD cache
-                uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
+                uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
                 id: avd-cache
                 id: avd-cache
                 with:
                 with:
                     path: |
                     path: |