diff --git a/.github/workflows/build_doc.yml b/.github/workflows/build_doc.yml index 1f65c76afd6..9e61875f563 100644 --- a/.github/workflows/build_doc.yml +++ b/.github/workflows/build_doc.yml @@ -66,7 +66,7 @@ jobs: key: sphinx-docs-cache - name: Get number of CPU cores - uses: SimenB/github-actions-cpu-cores@v1 + uses: SimenB/github-actions-cpu-cores@v2 id: cpu-cores - name: Build docs diff --git a/.github/workflows/code_snippets.yml b/.github/workflows/code_snippets.yml index a65ab62b2f1..5b014563d94 100644 --- a/.github/workflows/code_snippets.yml +++ b/.github/workflows/code_snippets.yml @@ -41,7 +41,7 @@ jobs: run: cmake -DCMAKE_BUILD_TYPE=Release -B build - name: Get number of CPU cores - uses: SimenB/github-actions-cpu-cores@v1 + uses: SimenB/github-actions-cpu-cores@v2 id: cpu-cores - name: Build snippets diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 4a68a7a7f93..29cf3cd8afc 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -58,7 +58,7 @@ jobs: python3 -m pip install -r ${{ github.workspace }}/tools/mo/requirements_dev.txt - name: Get number of CPU cores - uses: SimenB/github-actions-cpu-cores@v1 + uses: SimenB/github-actions-cpu-cores@v2 id: cpu-cores - name: Build OpenVINO with CMake diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 0a5a5ecf539..f0d7acd3d1c 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -144,7 +144,7 @@ jobs: cmake --version || exit 1 - name: Get number of CPU cores - uses: SimenB/github-actions-cpu-cores@v1 + uses: SimenB/github-actions-cpu-cores@v2 id: cpu-cores - name: CMake configure diff --git a/.github/workflows/linux_debian.yml b/.github/workflows/linux_debian.yml index 04283c15455..31f76afaa84 100644 --- a/.github/workflows/linux_debian.yml +++ b/.github/workflows/linux_debian.yml @@ -157,7 +157,7 @@ jobs: # - name: Get number of CPU cores - uses: SimenB/github-actions-cpu-cores@v1 + uses: SimenB/github-actions-cpu-cores@v2 id: cpu-cores - name: CMake configure diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index b47502a290e..66732d000f9 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -122,7 +122,7 @@ jobs: # - name: Get number of CPU cores - uses: SimenB/github-actions-cpu-cores@v1 + uses: SimenB/github-actions-cpu-cores@v2 id: cpu-cores - uses: ilammy/msvc-dev-cmd@v1