Skip to content

Commit

Permalink
Merge pull request #44 from jhlegarreta/UpgradeCMakeAction
Browse files Browse the repository at this point in the history
ENH: Fix `Node.js` warnings linked to CMake GitHub actions
  • Loading branch information
thewtex authored Jan 3, 2023
2 parents 30c37d7 + 6e81bbd commit a1cf940
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-cxx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
python -m pip install ninja
- name: Get specific version of CMake, Ninja
uses: lukka/get-cmake@v3.22.2
uses: lukka/get-cmake@v3.24.2

- name: Download ITK
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-test-package-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
sudo xcode-select -s "/Applications/Xcode_13.2.1.app"
- name: Get specific version of CMake, Ninja
uses: lukka/get-cmake@v3.22.2
uses: lukka/get-cmake@v3.24.2

- name: 'Fetch build script'
run: |
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:

steps:
- name: Get specific version of CMake, Ninja
uses: lukka/get-cmake@v3.22.2
uses: lukka/get-cmake@v3.24.2

- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit a1cf940

Please # to comment.