Skip to content

Commit 1e8651d

Browse files
committed
ci(cmake): update dependency version
1 parent 1b320fd commit 1e8651d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/cmake-build-and-test/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ runs:
4646
run: cmake --fresh -S "${{ github.workspace }}" -B "${{ inputs.build-dir }}" -DCMAKE_MAKE_PROGRAM=ninja -G Ninja -DCMAKE_TOOLCHAIN_FILE="${{ inputs.vcpkg-root }}/scripts/buildsystems/vcpkg.cmake" -DCMAKE_BUILD_TYPE=${{ inputs.build-type }} ${{ inputs.config-option }}
4747
shell: bash
4848

49-
- uses: SimenB/github-actions-cpu-cores@v1
49+
- uses: SimenB/github-actions-cpu-cores@v2
5050
id: cpu-cores
5151

5252
- name: Build

0 commit comments

Comments
 (0)