diff --git a/.github/workflows/build-mudlet.yml b/.github/workflows/build-mudlet.yml index b012e0de214..b09a5926516 100644 --- a/.github/workflows/build-mudlet.yml +++ b/.github/workflows/build-mudlet.yml @@ -99,7 +99,7 @@ jobs: # workaround a poor interaction between github actions/cmake/vcpkg, see https://github.com/lukka/run-vcpkg/issues/88#issuecomment-885758902 - name: Use CMake 3.20.1 - uses: lukka/get-cmake@v3.20.1 + uses: lukka/get-cmake@v3.24.3 - name: (macOS) Install non-vcpkg dependencies (1/2) if: runner.os == 'macOS' diff --git a/.github/workflows/clangtidy-diff-analysis.yml b/.github/workflows/clangtidy-diff-analysis.yml index 2e46140a24b..e22c0dce813 100644 --- a/.github/workflows/clangtidy-diff-analysis.yml +++ b/.github/workflows/clangtidy-diff-analysis.yml @@ -74,7 +74,7 @@ jobs: # workaround a poor interaction between github actions/cmake/vcpkg, see https://github.com/lukka/run-vcpkg/issues/88#issuecomment-885758902 - name: Use CMake 3.20.1 - uses: lukka/get-cmake@v3.20.1 + uses: lukka/get-cmake@v3.24.3 # Restore from cache the previously built ports. If "cache miss", then provision vcpkg, install desired ports, finally cache everything for the next run. - name: Restore from cache and run vcpkg diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 4233dd230f1..2162b8cdb26 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -93,7 +93,7 @@ jobs: # workaround a poor interaction between github actions/cmake/vcpkg, see https://github.com/lukka/run-vcpkg/issues/88#issuecomment-885758902 - name: Use CMake 3.20.1 - uses: lukka/get-cmake@v3.20.1 + uses: lukka/get-cmake@v3.24.3 # Restore from cache the previously built ports. If "cache miss", then provision vcpkg, install desired ports, finally cache everything for the next run. - name: Restore from cache and run vcpkg