From b954624fd428a8360738c14f7848b3e131d23e81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Jan 2023 00:02:04 +0000 Subject: [PATCH] Infrastructure: Bump lukka/get-cmake from 3.20.1 to 3.25.2 Bumps [lukka/get-cmake](https://github.com/lukka/get-cmake) from 3.20.1 to 3.25.2. - [Release notes](https://github.com/lukka/get-cmake/releases) - [Commits](https://github.com/lukka/get-cmake/compare/v3.20.1...v3.25.2) --- updated-dependencies: - dependency-name: lukka/get-cmake dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build-mudlet.yml | 2 +- .github/workflows/clangtidy-diff-analysis.yml | 2 +- .github/workflows/codeql-analysis.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-mudlet.yml b/.github/workflows/build-mudlet.yml index b012e0de214..80f2be6dbe8 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.25.2 - 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..96419fe4768 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.25.2 # 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..2168be399f0 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.25.2 # 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