File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ jobs:
177177 - name : Restore CiD artifacts from cache
178178 if : ${{ inputs.build-cache }}
179179 id : cache-restore
180- uses : actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
180+ uses : actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
181181 with :
182182 key : ${{ steps.cache-key.outputs.cache-key }}
183183 path : ${{ env.CID_PACKAGE_ARTIFACTS_DIR }}
@@ -351,7 +351,7 @@ jobs:
351351
352352 - name : Cache CiD artifacts
353353 if : ${{ inputs.build-cache && !steps.cache-restore.outputs.cache-hit }}
354- uses : actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
354+ uses : actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
355355 with :
356356 path : ${{ env.CID_PACKAGE_ARTIFACTS_DIR }}
357357 key : ${{ steps.cache-key.outputs.cache-key }}
Original file line number Diff line number Diff line change 6464 - name : Restore Driver package from cache
6565 if : ${{ inputs.build-cache }}
6666 id : cache-restore
67- uses : actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
67+ uses : actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
6868 with :
6969 key : ${{ steps.cache-key.outputs.cache-key }}
7070 path : ${{ env.NPU_DRIVER_INSTALL_DIR }}
@@ -145,7 +145,7 @@ jobs:
145145
146146 - name : Cache artifacts
147147 if : ${{ inputs.build-cache && !steps.cache-restore.outputs.cache-hit }}
148- uses : actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
148+ uses : actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
149149 with :
150150 path : ${{ env.NPU_DRIVER_INSTALL_DIR }}
151151 key : ${{ steps.cache-key.outputs.cache-key }}
Original file line number Diff line number Diff line change 8888 - name : Restore OpenVINO/NPU package from cache
8989 if : ${{ inputs.build-cache }}
9090 id : cache-restore
91- uses : actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
91+ uses : actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
9292 with :
9393 key : ${{ steps.cache-key.outputs.cache-key }}
9494 path : ${{ env.OPENVINO_INSTALL_DIR }}
@@ -277,7 +277,7 @@ jobs:
277277
278278 - name : Cache artifacts
279279 if : ${{ inputs.build-cache && !steps.cache-restore.outputs.cache-hit }}
280- uses : actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
280+ uses : actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
281281 with :
282282 path : ${{ env.OPENVINO_INSTALL_DIR }}
283283 key : ${{ steps.cache-key.outputs.cache-key }}
You can’t perform that action at this time.
0 commit comments