OpenVPN / openvpn-build

OpenVPN Build
325 stars 238 forks source link

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

Closed openvpn-inc-ci closed 6 months ago

openvpn-inc-ci commented 7 months ago

This PR contains the following updates:

Package Type Update Change
actions/download-artifact action patch v4.1.1 -> v4.1.2
actions/upload-artifact action minor v4.2.0 -> v4.3.1
aws-actions/configure-aws-credentials action patch v4.0.1 -> v4.0.2
lukka/get-cmake action patch v3.28.1 -> v3.28.3
lukka/run-vcpkg action minor v11.4 -> v11.5
shimataro/ssh-key-action action minor v2.6.1 -> v2.7.0

Release Notes

actions/download-artifact (actions/download-artifact) ### [`v4.1.2`](https://togithub.com/actions/download-artifact/releases/tag/v4.1.2) [Compare Source](https://togithub.com/actions/download-artifact/compare/v4.1.1...v4.1.2) - Bump [@​actions/artifacts](https://togithub.com/actions/artifacts) to latest version to include [updated GHES host check](https://togithub.com/actions/toolkit/pull/1648)
actions/upload-artifact (actions/upload-artifact) ### [`v4.3.1`](https://togithub.com/actions/upload-artifact/releases/tag/v4.3.1) [Compare Source](https://togithub.com/actions/upload-artifact/compare/v4.3.0...v4.3.1) - Bump [@​actions/artifacts](https://togithub.com/actions/artifacts) to latest version to include [updated GHES host check](https://togithub.com/actions/toolkit/pull/1648) ### [`v4.3.0`](https://togithub.com/actions/upload-artifact/releases/tag/v4.3.0) [Compare Source](https://togithub.com/actions/upload-artifact/compare/v4.2.0...v4.3.0) ##### What's Changed - Reorganize upload code in prep for merge logic & add more tests by [@​robherley](https://togithub.com/robherley) in [https://github.com/actions/upload-artifact/pull/504](https://togithub.com/actions/upload-artifact/pull/504) - Add sub-action to merge artifacts by [@​robherley](https://togithub.com/robherley) in [https://github.com/actions/upload-artifact/pull/505](https://togithub.com/actions/upload-artifact/pull/505) **Full Changelog**: https://github.com/actions/upload-artifact/compare/v4...v4.3.0
aws-actions/configure-aws-credentials (aws-actions/configure-aws-credentials) ### [`v4.0.2`](https://togithub.com/aws-actions/configure-aws-credentials/releases/tag/v4.0.2) [Compare Source](https://togithub.com/aws-actions/configure-aws-credentials/compare/v4.0.1...v4.0.2) See the [changelog](https://togithub.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md) for details about the changes included in this release.
lukka/get-cmake (lukka/get-cmake) ### [`v3.28.3`](https://togithub.com/lukka/get-cmake/releases/tag/v3.28.3): CMake v3.28.3 [Compare Source](https://togithub.com/lukka/get-cmake/compare/v3.28.2...v3.28.3) 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.3`, 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.2`](https://togithub.com/lukka/get-cmake/releases/tag/v3.28.2): CMake v3.28.2 [Compare Source](https://togithub.com/lukka/get-cmake/compare/v3.28.1...v3.28.2) 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.2`, 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.5`](https://togithub.com/lukka/run-vcpkg/releases/tag/v11.5): run-vcpkg@v11.5 [Compare Source](https://togithub.com/lukka/run-vcpkg/compare/v11.4...v11.5) Changes: - Fix for [#​218](https://togithub.com/lukka/run-vcpkg/issues/218) : The default triplet for ARM host is correctly set. **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.5` to pin your workflow to the `v11.5` release.
shimataro/ssh-key-action (shimataro/ssh-key-action) ### [`v2.7.0`](https://togithub.com/shimataro/ssh-key-action/releases/tag/v2.7.0): ssh-key-action 2.7.0 released [Compare Source](https://togithub.com/shimataro/ssh-key-action/compare/v2.6.1...v2.7.0) ##### Others - Update to Node.js v20 (thanks [@​princemaple](https://togithub.com/princemaple)) - drop old containers; Ubuntu 16.04, and CentOS 7

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.