From 5f6c045fbebcbf73cb7e8444e9997c0c7d95fab9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 14:31:40 +0000 Subject: [PATCH] Bump actions/cache/restore from 5.0.5 to 6.1.0 Bumps [actions/cache/restore](https://github.com/actions/cache) from 5.0.5 to 6.1.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/27d5ce7f107fe9357f9df03efb73ab90386fccae...55cc8345863c7cc4c66a329aec7e433d2d1c52a9) --- updated-dependencies: - dependency-name: actions/cache/restore dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/job_build_cid.yml | 2 +- .github/workflows/job_build_drv_linux.yml | 2 +- .github/workflows/job_build_plugin_linux.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/job_build_cid.yml b/.github/workflows/job_build_cid.yml index 84ad68f295..0c283df4df 100644 --- a/.github/workflows/job_build_cid.yml +++ b/.github/workflows/job_build_cid.yml @@ -177,7 +177,7 @@ jobs: - name: Restore CiD artifacts from cache if: ${{ inputs.build-cache }} id: cache-restore - uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: key: ${{ steps.cache-key.outputs.cache-key }} path: ${{ env.CID_PACKAGE_ARTIFACTS_DIR }} diff --git a/.github/workflows/job_build_drv_linux.yml b/.github/workflows/job_build_drv_linux.yml index fd3b0e99ac..24976cea65 100644 --- a/.github/workflows/job_build_drv_linux.yml +++ b/.github/workflows/job_build_drv_linux.yml @@ -64,7 +64,7 @@ jobs: - name: Restore Driver package from cache if: ${{ inputs.build-cache }} id: cache-restore - uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: key: ${{ steps.cache-key.outputs.cache-key }} path: ${{ env.NPU_DRIVER_INSTALL_DIR }} diff --git a/.github/workflows/job_build_plugin_linux.yml b/.github/workflows/job_build_plugin_linux.yml index ded8283b6f..66e13dcdfb 100644 --- a/.github/workflows/job_build_plugin_linux.yml +++ b/.github/workflows/job_build_plugin_linux.yml @@ -88,7 +88,7 @@ jobs: - name: Restore OpenVINO/NPU package from cache if: ${{ inputs.build-cache }} id: cache-restore - uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: key: ${{ steps.cache-key.outputs.cache-key }} path: ${{ env.OPENVINO_INSTALL_DIR }}