diff --git a/.github/workflows/build-native.yml b/.github/workflows/build-native.yml index 9e33e5b9..950343f2 100644 --- a/.github/workflows/build-native.yml +++ b/.github/workflows/build-native.yml @@ -31,7 +31,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup cmake - uses: jwlawson/actions-setup-cmake@v1.13 + uses: jwlawson/actions-setup-cmake@v1.14 with: cmake-version: '3.16.x' - name: Build native libraries