@@ -118,7 +118,7 @@ jobs:
118118 cmake -E make_directory "${CID_PACKAGE_ARTIFACTS_DIR}"
119119
120120 - name : Checkout actions
121- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
121+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
122122 with :
123123 path : ${{ env.NPU_ACTIONS_DIR }}
124124 sparse-checkout : |
@@ -177,14 +177,14 @@ jobs:
177177 - name : Restore CiD artifacts from cache
178178 if : ${{ inputs.build-cache }}
179179 id : cache-restore
180- uses : actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
180+ uses : actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
181181 with :
182182 key : ${{ steps.cache-key.outputs.cache-key }}
183183 path : ${{ env.CID_PACKAGE_ARTIFACTS_DIR }}
184184
185185 - name : Clone OpenVINO
186186 if : ${{ !steps.cache-restore.outputs.cache-hit }}
187- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
187+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
188188 timeout-minutes : 15
189189 with :
190190 repository : ${{ steps.versions.outputs.openvino-repository }}
@@ -194,15 +194,15 @@ jobs:
194194
195195 - name : Checkout NPU Compiler
196196 if : ${{ !steps.cache-restore.outputs.cache-hit }}
197- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
197+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
198198 with :
199199 path : ${{ env.NPU_COMPILER_REPO }}
200200 submodules : true
201201 lfs : true
202202
203203 - name : System info
204204 if : ${{ !steps.cache-restore.outputs.cache-hit }}
205- uses : openvinotoolkit/openvino/.github/actions/system_info@7a975177ff432c687e5619e8fb22e4bf265e48b7 # 2025.4.0
205+ uses : openvinotoolkit/openvino/.github/actions/system_info@82bbf0292c5bd490bc25a383e63d6461d3ee05c5 # 2025.4.1
206206
207207 - name : Setup python version
208208 if : ${{ !steps.cache-restore.outputs.cache-hit }}
@@ -315,13 +315,13 @@ jobs:
315315
316316 - name : Cache CiD artifacts
317317 if : ${{ inputs.build-cache && !steps.cache-restore.outputs.cache-hit }}
318- uses : actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
318+ uses : actions/cache/save@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
319319 with :
320320 path : ${{ env.CID_PACKAGE_ARTIFACTS_DIR }}
321321 key : ${{ steps.cache-key.outputs.cache-key }}
322322
323323 - name : Upload CiD package
324- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
324+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
325325 with :
326326 name : ${{ steps.package-name.outputs.cid-package-full-name }}
327327 path : |
0 commit comments