From 5fd16dc92e67417a0e50657c2bcbea5500b46f63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 10:41:41 +0400 Subject: [PATCH] Bump SimenB/github-actions-cpu-cores from 1 to 2 (#19894) 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/windows_conditional_compilation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows_conditional_compilation.yml b/.github/workflows/windows_conditional_compilation.yml index 1b884811c43316..22074d4a6435f7 100644 --- a/.github/workflows/windows_conditional_compilation.yml +++ b/.github/workflows/windows_conditional_compilation.yml @@ -85,7 +85,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