From 718cd46c5f4844fba05f0efe337df9d065f8b375 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 00:50:08 +0200 Subject: [PATCH] ci(deps): update actions/checkout action to v2.7.0 (#53) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://togithub.com/actions/checkout) | action | minor | `v2.4.1` -> `v2.7.0` | --- ### Release Notes
actions/checkout (actions/checkout) ### [`v2.7.0`](https://togithub.com/actions/checkout/releases/tag/v2.7.0) [Compare Source](https://togithub.com/actions/checkout/compare/v2.6.0...v2.7.0) ##### What's Changed - Add new public key for known_hosts ([#​1237](https://togithub.com/actions/checkout/issues/1237)) by [@​TingluoHuang](https://togithub.com/TingluoHuang) in [https://github.com/actions/checkout/pull/1238](https://togithub.com/actions/checkout/pull/1238) **Full Changelog**: https://github.com/actions/checkout/compare/v2.6.0...v2.7.0 ### [`v2.6.0`](https://togithub.com/actions/checkout/releases/tag/v2.6.0) [Compare Source](https://togithub.com/actions/checkout/compare/v2.5.0...v2.6.0) #### What's Changed - Add backports to v2 branch by [@​cory-miller](https://togithub.com/cory-miller) in [https://github.com/actions/checkout/pull/1040](https://togithub.com/actions/checkout/pull/1040) - Includes backports from the following changes: [https://github.com/actions/checkout/pull/964](https://togithub.com/actions/checkout/pull/964), [https://github.com/actions/checkout/pull/1002](https://togithub.com/actions/checkout/pull/1002), [https://github.com/actions/checkout/pull/1029](https://togithub.com/actions/checkout/pull/1029) - Upgraded the licensed version to match what is used in v3. **Full Changelog**: https://github.com/actions/checkout/compare/v2.5.0...v2.6.0 ### [`v2.5.0`](https://togithub.com/actions/checkout/releases/tag/v2.5.0) [Compare Source](https://togithub.com/actions/checkout/compare/v2.4.2...v2.5.0) ##### What's Changed - Update [@​actions/core](https://togithub.com/actions/core) to 1.10.0 by [@​rentziass](https://togithub.com/rentziass) in [https://github.com/actions/checkout/pull/962](https://togithub.com/actions/checkout/pull/962) **Full Changelog**: https://github.com/actions/checkout/compare/v2...v2.5.0 ### [`v2.4.2`](https://togithub.com/actions/checkout/releases/tag/v2.4.2) [Compare Source](https://togithub.com/actions/checkout/compare/v2.4.1...v2.4.2) ##### What's Changed - Add set-safe-directory input to allow customers to take control. ([#​770](https://togithub.com/actions/checkout/issues/770)) by [@​TingluoHuang](https://togithub.com/TingluoHuang) in [https://github.com/actions/checkout/pull/776](https://togithub.com/actions/checkout/pull/776) - Prepare changelog for v2.4.2. by [@​TingluoHuang](https://togithub.com/TingluoHuang) in [https://github.com/actions/checkout/pull/778](https://togithub.com/actions/checkout/pull/778) **Full Changelog**: https://github.com/actions/checkout/compare/v2...v2.4.2
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/Hapag-Lloyd/Workflow-Templates). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/default_linter_callable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/default_linter_callable.yml b/.github/workflows/default_linter_callable.yml index bb0f333..4775770 100644 --- a/.github/workflows/default_linter_callable.yml +++ b/.github/workflows/default_linter_callable.yml @@ -105,7 +105,7 @@ jobs: needs: find-changes-for-shell-output if: needs.find-changes-for-shell-output.outputs.yaml == 'true' steps: - - uses: actions/checkout@f25a3a9f25bd5f4c5d77189cab02ff357b5aedeb # v2.4.1 + - uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0 - name: yaml-lint uses: ibiqlik/action-yamllint@2576378a8e339169678f9939646ee3ee325e845c # v3.1.1