Skip to content

Commit b95231b

Browse files
committed
COMP: Address Node.js v20 warning in CI logs
[warning]Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: lukka/get-cmake@v4.0.1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24.
1 parent 165fb0b commit b95231b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/arm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
python3 -m pip install --upgrade --pre numpy
110110
111111
- name: Get specific version of CMake, latest Ninja
112-
uses: lukka/get-cmake@v4.0.1
112+
uses: lukka/get-cmake@v4.2.3
113113
with:
114114
cmakeVersion: ~${{ env.CMakeVersion }}
115115
ninjaVersion: latest

0 commit comments

Comments
 (0)