Browse Source

Bump lukka/get-cmake from 3.29.2 to 3.30.1 (#177)

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

---
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] 1 day ago
parent
commit
50ca300717
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.29.2
+      - uses: lukka/get-cmake@v3.30.1
       # 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.29.2
+      - uses: lukka/get-cmake@v3.30.1
       # Install NASM
       - uses: ilammy/setup-nasm@v1
       # Launch the MSVC Tools Command Prompt (Windows)