From fb5ecc9354c68371f17e1d58c4869863ab15e193 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Oct 2021 01:31:35 +0000 Subject: [PATCH] Bump lukka/get-cmake from 3.20.1 to 3.21.2 Bumps [lukka/get-cmake](https://github.com/lukka/get-cmake) from 3.20.1 to 3.21.2. - [Release notes](https://github.com/lukka/get-cmake/releases) - [Commits](https://github.com/lukka/get-cmake/compare/v3.20.1...v3.21.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 60fbfe4084b..28a11579c51 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.21.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..e6ffc55ac4a 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.21.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..74c5b02bbdb 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.21.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