From dd05c429511c5378a79f28baa7aeb08821598fb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 11:56:18 +0400 Subject: [PATCH] Bump SimenB/github-actions-cpu-cores from 1 to 2 (#19685) Bumps [SimenB/github-actions-cpu-cores](https://github.com/simenb/github-actions-cpu-cores) from 1 to 2. - [Release notes](https://github.com/simenb/github-actions-cpu-cores/releases) - [Commits](https://github.com/simenb/github-actions-cpu-cores/compare/v1...v2) --- updated-dependencies: - dependency-name: SimenB/github-actions-cpu-cores dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build_doc.yml | 2 +- .github/workflows/code_snippets.yml | 2 +- .github/workflows/coverage.yml | 2 +- .github/workflows/linux.yml | 2 +- .github/workflows/linux_debian.yml | 2 +- .github/workflows/windows.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) 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