OpenVPN / openvpn-build

OpenVPN Build
325 stars 239 forks source link

chore(deps): update github actions (release/2.6) #536

Closed openvpn-inc-ci closed 8 months ago

openvpn-inc-ci commented 9 months ago

This PR contains the following updates:

Package Type Update Change
actions/download-artifact action minor v4.0.0 -> v4.1.0
ilammy/msvc-dev-cmd action minor v1.12.1 -> v1.13.0
lukka/get-cmake action minor v3.27.9 -> v3.28.1
lukka/run-vcpkg action minor v11.3 -> v11.4

Release Notes

actions/download-artifact (actions/download-artifact) ### [`v4.1.0`](https://togithub.com/actions/download-artifact/releases/tag/v4.1.0) [Compare Source](https://togithub.com/actions/download-artifact/compare/v4.0.0...v4.1.0) ##### What's Changed - Some cleanup by [@​robherley](https://togithub.com/robherley) in [https://github.com/actions/download-artifact/pull/247](https://togithub.com/actions/download-artifact/pull/247) - Fix default for run-id by [@​stchr](https://togithub.com/stchr) in [https://github.com/actions/download-artifact/pull/252](https://togithub.com/actions/download-artifact/pull/252) - Support pattern matching to filter artifacts & merge to same directory by [@​robherley](https://togithub.com/robherley) in [https://github.com/actions/download-artifact/pull/259](https://togithub.com/actions/download-artifact/pull/259) ##### New Contributors - [@​stchr](https://togithub.com/stchr) made their first contribution in [https://github.com/actions/download-artifact/pull/252](https://togithub.com/actions/download-artifact/pull/252) **Full Changelog**: https://github.com/actions/download-artifact/compare/v4...v4.1.0
ilammy/msvc-dev-cmd (ilammy/msvc-dev-cmd) ### [`v1.13.0`](https://togithub.com/ilammy/msvc-dev-cmd/releases/tag/v1.13.0): msvc-dev-cmd v1.13.0 [Compare Source](https://togithub.com/ilammy/msvc-dev-cmd/compare/v1.12.1...v1.13.0) - Add `BuildTools` edition of Visual Studio to the search path ([https://github.com/ilammy/msvc-dev-cmd/pull/69](https://togithub.com/ilammy/msvc-dev-cmd/pull/69)) - Action is now usable as a library ([https://github.com/ilammy/msvc-dev-cmd/pull/70](https://togithub.com/ilammy/msvc-dev-cmd/pull/70)) - Update to Node.js v20 ([https://github.com/ilammy/msvc-dev-cmd/pull/72](https://togithub.com/ilammy/msvc-dev-cmd/pull/72)) - Update `@actions/checkout` to v4 ([https://github.com/ilammy/msvc-dev-cmd/pull/71](https://togithub.com/ilammy/msvc-dev-cmd/pull/71)) - Miscellaneous updates to documentation ([https://github.com/ilammy/msvc-dev-cmd/pull/74](https://togithub.com/ilammy/msvc-dev-cmd/pull/74), [https://github.com/ilammy/msvc-dev-cmd/pull/71](https://togithub.com/ilammy/msvc-dev-cmd/pull/71)) - Miscellaneous dev depenencies updates ([https://github.com/ilammy/msvc-dev-cmd/pull/64](https://togithub.com/ilammy/msvc-dev-cmd/pull/64), [https://github.com/ilammy/msvc-dev-cmd/pull/75](https://togithub.com/ilammy/msvc-dev-cmd/pull/75)) New contributors: - [@​martinthomson](https://togithub.com/martinthomson) - [@​maj113](https://togithub.com/maj113) - [@​qkdreyer](https://togithub.com/qkdreyer) Thank you!
lukka/get-cmake (lukka/get-cmake) ### [`v3.28.1`](https://togithub.com/lukka/get-cmake/releases/tag/v3.28.1): CMake v3.28.1 [Compare Source](https://togithub.com/lukka/get-cmake/compare/v3.28.0...v3.28.1) 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: - fix for [#​98](https://togithub.com/lukka/get-cmake/issues/98) - `latest` is now using CMake version `v3.28.1`, use this one-liner e.g.: uses: lukka/get-cmake@latest
- `latestrc` is now CMake version `v3.28.0-rc6`, e.g.: uses: lukka/get-cmake@latest with: cmakeVersion: latestrc Enjoy! ### [`v3.28.0`](https://togithub.com/lukka/get-cmake/releases/tag/v3.28.0): CMake v3.28.0 [Compare Source](https://togithub.com/lukka/get-cmake/compare/v3.27.9...v3.28.0) 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.28.0`, use this one-liner e.g.: uses: lukka/get-cmake@latest
- `latestrc` is now CMake version `v3.28.0-rc6`, e.g.: uses: lukka/get-cmake@latest with: cmakeVersion: latestrc Enjoy!
lukka/run-vcpkg (lukka/run-vcpkg) ### [`v11.4`](https://togithub.com/lukka/run-vcpkg/releases/tag/v11.4): run-vcpkg@v11.4 [Compare Source](https://togithub.com/lukka/run-vcpkg/compare/v11.3...v11.4) Changes: - This is a summary of the changes depicted in Pull Request [#​216](https://togithub.com/lukka/run-vcpkg/issues/216) : the `vcpkgGitCommitId` input is now optional, and the Git commit id is retrieved from either `vcpkg-configuration.json` or `vcpkg.json`. *Note:* only the default-registry's `builtin` kind is supported, the `git` or `filesystem`kinds are not supported. **Note:** to keep your workflow up to date with bug and security fixes, just use the `v11` branch to stay on the most recent `v11.x` version of this action, e.g., `uses: lukka/run-vcpkg@v11`. Instead to pin to a particular release, you can use one of the tags, for example `uses: lukka/run-vcpkg@v11.3` to pin your workflow to the `v11.3` release.

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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Renovate Bot.