From bbf6c38080ef7b42f213d90c5b25196dbb4d1876 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 23:30:27 +0000 Subject: [PATCH] Bump actions/cache from 4.3.0 to 5.0.1 Bumps [actions/cache](https://github.com/actions/cache) from 4.3.0 to 5.0.1. - [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/0057852bfaa89a56745cba8c7296529d2fc39830...9255dc7a253b0ccc959486e2bca901246202afeb) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/job_build_cid.yml | 4 ++-- .github/workflows/job_build_drv_linux.yml | 4 ++-- .github/workflows/job_build_plugin_linux.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/job_build_cid.yml b/.github/workflows/job_build_cid.yml index 448be4ac9e..4c0faed61b 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@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 + uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 with: key: ${{ steps.cache-key.outputs.cache-key }} path: ${{ env.CID_PACKAGE_ARTIFACTS_DIR }} @@ -315,7 +315,7 @@ jobs: - name: Cache CiD artifacts if: ${{ inputs.build-cache && !steps.cache-restore.outputs.cache-hit }} - uses: actions/cache/save@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 + uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 with: path: ${{ env.CID_PACKAGE_ARTIFACTS_DIR }} key: ${{ steps.cache-key.outputs.cache-key }} diff --git a/.github/workflows/job_build_drv_linux.yml b/.github/workflows/job_build_drv_linux.yml index 4ebf43cd38..b8b06fea73 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@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 + uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 with: key: ${{ steps.cache-key.outputs.cache-key }} path: ${{ env.NPU_DRIVER_INSTALL_DIR }} @@ -145,7 +145,7 @@ jobs: - name: Cache artifacts if: ${{ inputs.build-cache && !steps.cache-restore.outputs.cache-hit }} - uses: actions/cache/save@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 + uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 with: path: ${{ env.NPU_DRIVER_INSTALL_DIR }} key: ${{ steps.cache-key.outputs.cache-key }} diff --git a/.github/workflows/job_build_plugin_linux.yml b/.github/workflows/job_build_plugin_linux.yml index e67bf00192..de694a33f1 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@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 + uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 with: key: ${{ steps.cache-key.outputs.cache-key }} path: ${{ env.OPENVINO_INSTALL_DIR }} @@ -277,7 +277,7 @@ jobs: - name: Cache artifacts if: ${{ inputs.build-cache && !steps.cache-restore.outputs.cache-hit }} - uses: actions/cache/save@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 + uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 with: path: ${{ env.OPENVINO_INSTALL_DIR }} key: ${{ steps.cache-key.outputs.cache-key }}