Skip to content

Commit 9261e88

Browse files
Bump actions/cache from 5.0.1 to 5.0.3
Bumps [actions/cache](https://github.com/actions/cache) from 5.0.1 to 5.0.3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@9255dc7...cdf6c1f) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 01a807a commit 9261e88

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/job_build_cid.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}

.github/workflows/job_build_drv_linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
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 }}

.github/workflows/job_build_plugin_linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)