Skip to content

Commit

Permalink
Update jwlawson/actions-setup-cmake to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
iomaganaris committed Nov 7, 2023
1 parent 5e6b820 commit d0b6cdf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
name: "Coverage Test"
steps:
- name: Setup cmake
uses: jwlawson/actions-setup-cmake@v1
uses: jwlawson/actions-setup-cmake@v1.14.1
with:
cmake-version: ${{ env.DESIRED_CMAKE_VERSION }}
- name: Install packages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nmodl-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
fail-fast: true
steps:
- name: Setup cmake
uses: jwlawson/actions-setup-cmake@v1
uses: jwlawson/actions-setup-cmake@v1.14.1
with:
cmake-version: ${{ env.DESIRED_CMAKE_VERSION }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nmodl-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
steps:

- name: Setup cmake
uses: jwlawson/actions-setup-cmake@v1
uses: jwlawson/actions-setup-cmake@v1.14.1
with:
cmake-version: ${{ env.DESIRED_CMAKE_VERSION }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonarsource.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
BUILD_WRAPPER_OUT_DIR: build_wrapper_output_directory # Directory where build-wrapper output will be placed
steps:
- name: Setup cmake
uses: jwlawson/actions-setup-cmake@v1
uses: jwlawson/actions-setup-cmake@v1.14.1
with:
cmake-version: ${{ env.DESIRED_CMAKE_VERSION }}
- name: Install packages
Expand Down

0 comments on commit d0b6cdf

Please sign in to comment.