diff --git a/.github/workflows/cleanup_pip_cache.yml b/.github/workflows/cleanup_pip_cache.yml index e3d92f811adc90..7d10678fa6a77b 100644 --- a/.github/workflows/cleanup_pip_cache.yml +++ b/.github/workflows/cleanup_pip_cache.yml @@ -28,7 +28,7 @@ jobs: - name: Cleanup cache run: | echo "Delete cache files if they have not been used in over 30 days" - [ ! -z "${PIP_CACHE_PATH}" ] && find ${PIP_CACHE_PATH} ! -type d -mtime +30 -delete + [ ! -z "${PIP_CACHE_PATH}" ] && find ${PIP_CACHE_PATH} ! -type d -atime +30 -delete - name: Post-Collecting Cache Info run: | diff --git a/src/plugins/intel_cpu/thirdparty/onednn b/src/plugins/intel_cpu/thirdparty/onednn index 3767662f257270..36c2060a0dc85b 160000 --- a/src/plugins/intel_cpu/thirdparty/onednn +++ b/src/plugins/intel_cpu/thirdparty/onednn @@ -1 +1 @@ -Subproject commit 3767662f257270921b64ec9a40e45a46b4ef048c +Subproject commit 36c2060a0dc85b4def72ea30823936c2ef861b82 diff --git a/thirdparty/open_model_zoo b/thirdparty/open_model_zoo index f08b9b080b240b..d831efe10e7af4 160000 --- a/thirdparty/open_model_zoo +++ b/thirdparty/open_model_zoo @@ -1 +1 @@ -Subproject commit f08b9b080b240b4abd08830542ef532deeaf1da3 +Subproject commit d831efe10e7af426ceba0b6ad65dbb5e5fc82beb