From 0437f3fff1227fb089e689d4a1301e94833a6187 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 May 2024 19:37:15 +0200 Subject: [PATCH] chore(deps): update github actions (#79) 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 | |---|---|---|---| | Hapag-Lloyd/Repository-Templates | action | digest | `e87de55` -> `aa06a3d` | | [actions/checkout](https://togithub.com/actions/checkout) | action | patch | `v4.1.2` -> `v4.1.4` | --- ### Release Notes
actions/checkout (actions/checkout) ### [`v4.1.4`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v414) [Compare Source](https://togithub.com/actions/checkout/compare/v4.1.3...v4.1.4) - Disable `extensions.worktreeConfig` when disabling `sparse-checkout` by [@​jww3](https://togithub.com/jww3) in [https://github.com/actions/checkout/pull/1692](https://togithub.com/actions/checkout/pull/1692) - Add dependabot config by [@​cory-miller](https://togithub.com/cory-miller) in [https://github.com/actions/checkout/pull/1688](https://togithub.com/actions/checkout/pull/1688) - Bump the minor-actions-dependencies group with 2 updates by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/actions/checkout/pull/1693](https://togithub.com/actions/checkout/pull/1693) - Bump word-wrap from 1.2.3 to 1.2.5 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/actions/checkout/pull/1643](https://togithub.com/actions/checkout/pull/1643) ### [`v4.1.3`](https://togithub.com/actions/checkout/releases/tag/v4.1.3) [Compare Source](https://togithub.com/actions/checkout/compare/v4.1.2...v4.1.3) #### What's Changed - Update `actions/checkout` version in `update-main-version.yml` by [@​jww3](https://togithub.com/jww3) in [https://github.com/actions/checkout/pull/1650](https://togithub.com/actions/checkout/pull/1650) - Check git version before attempting to disable `sparse-checkout` by [@​jww3](https://togithub.com/jww3) in [https://github.com/actions/checkout/pull/1656](https://togithub.com/actions/checkout/pull/1656) - Add SSH user parameter by [@​cory-miller](https://togithub.com/cory-miller) in [https://github.com/actions/checkout/pull/1685](https://togithub.com/actions/checkout/pull/1685) **Full Changelog**: https://github.com/actions/checkout/compare/v4.1.2...v4.1.3
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] 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/Renovate-Global-Configuration). --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Pascal Frenz <5677521+PascalFrenz@users.noreply.github.com> --- .github/workflows/linter.yml | 4 ++-- .github/workflows/pull_request.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/release_dry_run.yml | 2 +- .github/workflows/renovate_auto_approve.yml | 2 +- .github/workflows/slash_ops_command_help.yml | 2 +- .github/workflows/slash_ops_comment_dispatch.yml | 2 +- .github/workflows/spelling.yml | 2 +- .github/workflows/stale.yml | 2 +- .github/workflows/welcome_message.yml | 2 +- 10 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 9cb4896..99b5afc 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -7,13 +7,13 @@ on: jobs: default: - uses: Hapag-Lloyd/Repository-Templates/.github/workflows/default_linter_callable.yml@e87de55f19cc1e069426c42120094e7e2446dad4 + uses: Hapag-Lloyd/Repository-Templates/.github/workflows/default_linter_callable.yml@aa06a3d8a580efc719d66bafdcb5d2ca6613cdea secrets: inherit lint-renovate-defaults: runs-on: ubuntu-latest steps: - - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 + - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 # a special check for the defaults - uses: suzuki-shunsuke/github-action-renovate-config-validator@b54483862375f51910a60c4f498e927d4f3df466 # v1.0.1 diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index fbb396e..1062c11 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -14,5 +14,5 @@ on: jobs: default: # yamllint disable-line rule:line-length - uses: Hapag-Lloyd/Repository-Templates/.github/workflows/default_pull_request_callable.yml@e87de55f19cc1e069426c42120094e7e2446dad4 + uses: Hapag-Lloyd/Repository-Templates/.github/workflows/default_pull_request_callable.yml@aa06a3d8a580efc719d66bafdcb5d2ca6613cdea secrets: inherit diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f0a3e16..278c143 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,5 +9,5 @@ on: jobs: default: - uses: Hapag-Lloyd/Repository-Templates/.github/workflows/default_release_callable.yml@e87de55f19cc1e069426c42120094e7e2446dad4 + uses: Hapag-Lloyd/Repository-Templates/.github/workflows/default_release_callable.yml@aa06a3d8a580efc719d66bafdcb5d2ca6613cdea secrets: inherit diff --git a/.github/workflows/release_dry_run.yml b/.github/workflows/release_dry_run.yml index 25495ac..a4e89d8 100644 --- a/.github/workflows/release_dry_run.yml +++ b/.github/workflows/release_dry_run.yml @@ -10,5 +10,5 @@ on: jobs: default: # yamllint disable-line rule:line-length - uses: Hapag-Lloyd/Repository-Templates/.github/workflows/default_release_dry_run_callable.yml@e87de55f19cc1e069426c42120094e7e2446dad4 + uses: Hapag-Lloyd/Repository-Templates/.github/workflows/default_release_dry_run_callable.yml@aa06a3d8a580efc719d66bafdcb5d2ca6613cdea secrets: inherit diff --git a/.github/workflows/renovate_auto_approve.yml b/.github/workflows/renovate_auto_approve.yml index 9398ecb..c5f1485 100644 --- a/.github/workflows/renovate_auto_approve.yml +++ b/.github/workflows/renovate_auto_approve.yml @@ -7,5 +7,5 @@ on: pull_request_target jobs: default: # yamllint disable-line rule:line-length - uses: Hapag-Lloyd/Repository-Templates/.github/workflows/default_renovate_auto_approve_callable.yml@e87de55f19cc1e069426c42120094e7e2446dad4 + uses: Hapag-Lloyd/Repository-Templates/.github/workflows/default_renovate_auto_approve_callable.yml@aa06a3d8a580efc719d66bafdcb5d2ca6613cdea secrets: inherit diff --git a/.github/workflows/slash_ops_command_help.yml b/.github/workflows/slash_ops_command_help.yml index 4eb30db..67cd44c 100644 --- a/.github/workflows/slash_ops_command_help.yml +++ b/.github/workflows/slash_ops_command_help.yml @@ -10,5 +10,5 @@ on: jobs: default: # yamllint disable-line rule:line-length - uses: Hapag-Lloyd/Repository-Templates/.github/workflows/default_slash_ops_command_help_callable.yml@e87de55f19cc1e069426c42120094e7e2446dad4 + uses: Hapag-Lloyd/Repository-Templates/.github/workflows/default_slash_ops_command_help_callable.yml@aa06a3d8a580efc719d66bafdcb5d2ca6613cdea secrets: inherit diff --git a/.github/workflows/slash_ops_comment_dispatch.yml b/.github/workflows/slash_ops_comment_dispatch.yml index a9d61e7..9759362 100644 --- a/.github/workflows/slash_ops_comment_dispatch.yml +++ b/.github/workflows/slash_ops_comment_dispatch.yml @@ -10,5 +10,5 @@ on: jobs: default: # yamllint disable-line rule:line-length - uses: Hapag-Lloyd/Repository-Templates/.github/workflows/default_slash_ops_comment_dispatch_callable.yml@e87de55f19cc1e069426c42120094e7e2446dad4 + uses: Hapag-Lloyd/Repository-Templates/.github/workflows/default_slash_ops_comment_dispatch_callable.yml@aa06a3d8a580efc719d66bafdcb5d2ca6613cdea secrets: inherit diff --git a/.github/workflows/spelling.yml b/.github/workflows/spelling.yml index 69ca8cb..2f543a8 100644 --- a/.github/workflows/spelling.yml +++ b/.github/workflows/spelling.yml @@ -7,5 +7,5 @@ on: jobs: default: - uses: Hapag-Lloyd/Repository-Templates/.github/workflows/default_spelling_callable.yml@e87de55f19cc1e069426c42120094e7e2446dad4 + uses: Hapag-Lloyd/Repository-Templates/.github/workflows/default_spelling_callable.yml@aa06a3d8a580efc719d66bafdcb5d2ca6613cdea secrets: inherit diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 330f55c..0acb96e 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -8,5 +8,5 @@ on: jobs: default: - uses: Hapag-Lloyd/Repository-Templates/.github/workflows/default_stale_callable.yml@e87de55f19cc1e069426c42120094e7e2446dad4 + uses: Hapag-Lloyd/Repository-Templates/.github/workflows/default_stale_callable.yml@aa06a3d8a580efc719d66bafdcb5d2ca6613cdea secrets: inherit diff --git a/.github/workflows/welcome_message.yml b/.github/workflows/welcome_message.yml index 25a8ad2..8b2c00c 100644 --- a/.github/workflows/welcome_message.yml +++ b/.github/workflows/welcome_message.yml @@ -10,5 +10,5 @@ on: jobs: default: # yamllint disable-line rule:line-length - uses: Hapag-Lloyd/Repository-Templates/.github/workflows/default_welcome_message_callable.yml@e87de55f19cc1e069426c42120094e7e2446dad4 + uses: Hapag-Lloyd/Repository-Templates/.github/workflows/default_welcome_message_callable.yml@aa06a3d8a580efc719d66bafdcb5d2ca6613cdea secrets: inherit