Skip to content

Bump lukka/get-cmake from 4.3.4 to 4.4.1 - #87

Merged
AMS21 merged 1 commit into
mainfrom
dependabot/github_actions/lukka/get-cmake-4.4.1
Aug 2, 2026
Merged

Bump lukka/get-cmake from 4.3.4 to 4.4.1#87
AMS21 merged 1 commit into
mainfrom
dependabot/github_actions/lukka/get-cmake-4.4.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 1, 2026

Copy link
Copy Markdown
Contributor

Bumps lukka/get-cmake from 4.3.4 to 4.4.1.

Release notes

Sourced from lukka/get-cmake's releases.

CMake v4.4.0

The get-cmake action downloads and caches CMake and Ninja on your workflows. Versions can be specified using semantic versioning ranges using cmakeVersion and ninjaVersion inputs.

Changes:

  • latest is now using CMake version v4.4.0, use this one-liner e.g.: uses: lukka/get-cmake@latest

Enjoy!

CMake v3.29.5 and CMake v3.30.0-rc1

The get-cmake action downloads and caches CMake and Ninja on your workflows. Versions can be specified using semantic versioning ranges using cmakeVersion and ninjaVersion inputs.

Changes:

  • latest is now using CMake version v3.29.5, use this one-liner e.g.: uses: lukka/get-cmake@latest
  • latestrc is now using CMake version v3.30.0-rc1, e.g.:
   uses: lukka/get-cmake@latest
   with:
       cmakeVersion: latestrc

Enjoy!

fix for #91: Windows/Powershell "Expand-Archive : is not a supported archive..."

The get-cmake action downloads and caches CMake and Ninja on your workflows. Versions can be specified using semantic versioning ranges.

  • Changes:
    • get-cmake@latest (as well as main branch) contains the fix for #91

Enjoy!

Add support for local cache, useful for self-hosted runners

Changes:

  • added support for local cache, useful on self-hosted runners. By default it is disabled, and it can be enabled by using input useLocalCache:true.
  • Cloud based cache is still there and enabled by default. Just in case, workflows can opt-out by using: useCloudCache:false.

Enjoy!

CMake v3.24.2 and Ninja v1.11.1

The action downloads and caches both CMake version 3.24.2 and Ninja version 1.11.1.

To keep your workflow updated to last CMake and Ninja use: uses: lukka/get-cmake@latest

Or pin your workflow to a CMake version: uses: lukka/get-cmake@v3.24.2

The version of Ninja is the last at the time of the CMake release.

... (truncated)

Commits
  • 4a7d025 New CMake version(s): cmake-v4.4.1
  • 06fec8f Bump actions/checkout from 5 to 7
  • e690607 New CMake version(s): cmake-v4.4.0
  • 80ed063 New CMake version(s): cmake-rc-v4.4.0-rc3
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [lukka/get-cmake](https://github.com/lukka/get-cmake) from 4.3.4 to 4.4.1.
- [Release notes](https://github.com/lukka/get-cmake/releases)
- [Changelog](https://github.com/lukka/get-cmake/blob/main/RELEASE_PROCESS.md)
- [Commits](lukka/get-cmake@v4.3.4...v4.4.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Aug 1, 2026
@dependabot
dependabot Bot requested a review from AMS21 as a code owner August 1, 2026 10:02
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Aug 1, 2026
@AMS21
AMS21 merged commit 464c7f8 into main Aug 2, 2026
7 checks passed
@dependabot
dependabot Bot deleted the dependabot/github_actions/lukka/get-cmake-4.4.1 branch August 2, 2026 13:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant