From f12a43a2788b9570c52525c326c096e8842d0c64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 19:30:14 +0000 Subject: [PATCH] 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](https://github.com/actions/cache/compare/9255dc7a253b0ccc959486e2bca901246202afeb...cdf6c1fa76f9f475f3d7449005a359c84ca0f306) --- 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] --- .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 9ebd5c4f0e..1f84d83ca8 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 }} @@ -349,7 +349,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 392f3675b1..2ecfa825b6 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 }}