From 479bbce1b89cf984abdb753e63f19078b29ea3df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 04:40:12 +0000 Subject: [PATCH] build(deps): bump SimenB/github-actions-cpu-cores from 2 to 3 Bumps [SimenB/github-actions-cpu-cores](https://github.com/simenb/github-actions-cpu-cores) from 2 to 3. - [Release notes](https://github.com/simenb/github-actions-cpu-cores/releases) - [Commits](https://github.com/simenb/github-actions-cpu-cores/compare/v2...v3) --- updated-dependencies: - dependency-name: SimenB/github-actions-cpu-cores dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index da2fce5..6cfa85e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -119,7 +119,7 @@ jobs: with: enable-cache: true - name: Get number of CPU cores - uses: SimenB/github-actions-cpu-cores@v2 + uses: SimenB/github-actions-cpu-cores@v3 id: cpu-cores - name: Install graphviz (Ubuntu) if: runner.os == 'Linux'