Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Infrastructure: Bump lukka/get-cmake from 3.20.1 to 3.25.2 #44

Open
wants to merge 1 commit into
base: development
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 27, 2023

Bumps lukka/get-cmake from 3.20.1 to 3.25.2.

Release notes

Sourced from lukka/get-cmake's releases.

CMake v3.25.2

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 is now using CMake version v3.25.2.

Enjoy!

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/[email protected]

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

... (truncated)

Commits
  • 0db9bc6 fix docs: 3.25.1 -> 3.25.2
  • 6fe08c9 add to catalog version 3.0.x for Linux and macOS
  • 40c07e5 Bump json5 from 2.2.1 to 2.2.3
  • d9605b2 Create FUNDING.yml
  • de0f046 - use local cache version using semver syntax.
  • f406847 the test "action failure" was succeeding but not as intented to be.
  • bdf6ed6 update action.yml description
  • 563e46d fix link to "release candidate" in README.md
  • 28ce1c8 Local cache: #66
  • 167249a Merge branch 'latest' into main
  • Additional commits viewable 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 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.2.
- [Release notes](https://github.com/lukka/get-cmake/releases)
- [Commits](lukka/get-cmake@v3.20.1...v3.25.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code labels Jan 27, 2023
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