Update SimenB/github-actions-cpu-cores action to v2 (#26203)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
pull/26200/head
renovate[bot] 2023-09-22 01:24:03 +01:00 committed by GitHub
parent eb40bc940a
commit 8a927e5120
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ jobs:
- name: Get number of CPU cores
id: cpu-cores
uses: SimenB/github-actions-cpu-cores@410541432439795d30db6501fb1d8178eb41e502 # v1
uses: SimenB/github-actions-cpu-cores@97ba232459a8e02ff6121db9362b09661c875ab8 # v2
- name: Run tests with coverage
run: "yarn coverage --ci --max-workers ${{ steps.cpu-cores.outputs.count }}"