diff --git a/.github/workflows/build-native.yml b/.github/workflows/build-native.yml index 83e97ae9..d0ca93f9 100644 --- a/.github/workflows/build-native.yml +++ b/.github/workflows/build-native.yml @@ -30,7 +30,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Setup cmake - uses: jwlawson/actions-setup-cmake@v2.0 + uses: jwlawson/actions-setup-cmake@v2.1 with: cmake-version: '3.16.x' - name: Build native libraries