chore(deps): bump SimenB/github-actions-cpu-cores from 1 to 2

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] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-10-23 20:40:54 +00:00 committed by Nicolas Meienberger
parent 3a6f19e8df
commit 92e661890e

View file

@ -76,7 +76,7 @@ jobs:
- name: Get number of CPU cores - name: Get number of CPU cores
id: cpu-cores id: cpu-cores
uses: SimenB/github-actions-cpu-cores@v1 uses: SimenB/github-actions-cpu-cores@v2
- name: Run tests - name: Run tests
run: pnpm run test --max-workers ${{ steps.cpu-cores.outputs.count }} run: pnpm run test --max-workers ${{ steps.cpu-cores.outputs.count }}