Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Dec 9, 2022

Bumps lukka/get-cmake from 3.20.1 to 3.25.1.

Release notes

Sourced from lukka/get-cmake's releases.

Added semantic versioning ranges

The action downloads and caches CMake and Ninja on your workflows.

Changes:

  • versions can be specified using semantic versioning ranges, e.g., ~3.25.0 to use latest 3.25 release.
  • added latest and latestrc as special versions for the last stable or candidate release.
  • latest CMake is v3.25.1.
  • latest Ninja is v1.11.1.

Enjoy!

CMake v3.24.3 and user provided versions

The action downloads and caches CMake and Ninja on your workflows.

You can pin your workflow to specific versions you want to use, e.g.,:

uses: lukka/get-cmake@latest
with:
  cmakeVersion: 3.23.0
  ninjaVersion: 1.10.0

Or pin your workflow to a specific CMake version using an existing Git tag with this one-liner:

uses: lukka/get-cmake@v3.24.3

To keep your workflow updated to latest CMake and Ninja use this one-liner:

uses: lukka/get-cmake@latest

The version of Ninja is the last at the time of the CMake release, unless specified with the ninjaVersion input. Enjoy!

CMake v3.23.0

The action downloads and caches both CMake 3.23.0 and Ninja 1.10.2.

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.23.0

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

CMake v3.22.2

The action downloads and caches both CMake 3.22.2 and Ninja 1.10.2.

... (truncated)

Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 3.20.1 to 3.25.1.
- [Release notes](https://github.com/lukka/get-cmake/releases)
- [Commits](lukka/get-cmake@v3.20.1...v3.25.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>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code labels Dec 9, 2022
@github-actions
Copy link

github-actions bot commented Dec 9, 2022

clang-tidy review says "All clean, LGTM! 👍"

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 27, 2023

Superseded by #55.

@dependabot dependabot bot closed this Jan 27, 2023
@dependabot dependabot bot deleted the dependabot/github_actions/lukka/get-cmake-3.25.1 branch January 27, 2023 08:01
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.

0 participants