Browse Source

Bump lukka/get-cmake from 3.28.3 to 3.29.2 (#174)

Bumps [lukka/get-cmake](https://github.com/lukka/get-cmake) from 3.28.3 to 3.29.2.
- [Release notes](https://github.com/lukka/get-cmake/releases)
- [Commits](https://github.com/lukka/get-cmake/compare/v3.28.3...v3.29.2)

---
updated-dependencies:
- dependency-name: lukka/get-cmake
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 6 months ago
parent
commit
4552d312c2
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .github/workflows/codeql.yml
  2. 1 1
      .github/workflows/compile.yml

+ 1 - 1
.github/workflows/codeql.yml

@@ -36,7 +36,7 @@ jobs:
           config-file: ./.github/codeql/codeql-config.yml
 
       # Install CMake
-      - uses: lukka/get-cmake@v3.28.3
+      - uses: lukka/get-cmake@v3.29.2
       # Install NASM
       - uses: ilammy/setup-nasm@v1
 

+ 1 - 1
.github/workflows/compile.yml

@@ -29,7 +29,7 @@ jobs:
           persist-credentials: false
 
       # Install CMake
-      - uses: lukka/get-cmake@v3.28.3
+      - uses: lukka/get-cmake@v3.29.2
       # Install NASM
       - uses: ilammy/setup-nasm@v1
       # Launch the MSVC Tools Command Prompt (Windows)