OpenVPN / openvpn-build

OpenVPN Build
323 stars 236 forks source link

chore(deps): update lukka/get-cmake action to v3.29.5 (release/2.6) #656

Closed openvpn-inc-ci closed 3 weeks ago

openvpn-inc-ci commented 4 weeks ago

This PR contains the following updates:

Package Type Update Change
lukka/get-cmake action patch v3.29.4 -> v3.29.5

Release Notes

lukka/get-cmake (lukka/get-cmake) ### [`v3.29.5`](https://togithub.com/lukka/get-cmake/releases/tag/v3.29.5): CMake v3.29.5 and CMake v3.30.0-rc1 [Compare Source](https://togithub.com/lukka/get-cmake/compare/v3.29.4...v3.29.5) The `get-cmake` action downloads and caches CMake and Ninja on your workflows. Versions can be specified using [semantic versioning ranges](https://docs.npmjs.com/about-semantic-versioning) using [`cmakeVersion`](https://togithub.com/lukka/get-cmake/blob/latest/action.yml#L13) and [`ninjaVersion`](https://togithub.com/lukka/get-cmake/blob/latest/action.yml#L16) 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!

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Renovate Bot.