@@ -139,7 +139,7 @@ jobs:
139139 run : |
140140 rm -rf apps/recognize/models
141141
142- - uses : actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
142+ - uses : actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
143143 id : photos-cache
144144 with :
145145 path : data/admin/files/
@@ -154,7 +154,7 @@ jobs:
154154 unzip IMDb-Face.zip
155155 rm IMDb-Face.zip
156156
157- - uses : actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
157+ - uses : actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
158158 with :
159159 path : data/admin/files/
160160 key : https://cloud.nextcloud.com/public.php/dav/files/wfDk23DBsXYrd4S/IMDb-Face.zip
@@ -166,7 +166,7 @@ jobs:
166166 # only use one core. GH actions has 2
167167 ./occ config:app:set --value 1 recognize tensorflow.cores
168168
169- - uses : actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
169+ - uses : actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
170170 id : db-cache
171171 with :
172172 path : data/nextcloud.db
@@ -180,7 +180,7 @@ jobs:
180180 ./occ files:scan admin
181181 ./occ recognize:classify
182182
183- - uses : actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
183+ - uses : actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
184184 with :
185185 path : data/nextcloud.db
186186 key : ${{ steps.db-cache.outputs.cache-primary-key }}
@@ -197,7 +197,7 @@ jobs:
197197 run : |
198198 sqlite3 data/nextcloud.db "select x, y, path from oc_recognize_face_detections d LEFT JOIN oc_filecache c ON c.fileid = d.file_id where user_id = 'admin' ORDER BY path;" > out.txt
199199
200- - uses : actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
200+ - uses : actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
201201 id : clustering-cache
202202 with :
203203 path : out.json
@@ -254,7 +254,7 @@ jobs:
254254 cat out.xml | xq '.["d:multistatus"]["d:response"] | map(select(.["d:href"] | test("faces/.+?/.+?"))) | map({"href": .["d:href"], "realpath": .["d:propstat"][0]["d:prop"]["nc:realpath"], "face-detections": .["d:propstat"][0]["d:prop"]["nc:face-detections"] | fromjson | map({userId, x, y, height, width, clusterId}) })' > out.json
255255 cat out.json
256256
257- - uses : actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
257+ - uses : actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
258258 with :
259259 path : out.json
260260 key : ${{ steps.clustering-cache.outputs.cache-primary-key }}
0 commit comments