From 1c47ca8a035ea6735476424db0bf09a34b703e6a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 12:19:05 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4.1.5 (#84) 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 | patch | `v4.1.4` -> `v4.1.5` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
actions/checkout (actions/checkout) ### [`v4.1.5`](https://togithub.com/actions/checkout/releases/tag/v4.1.5) [Compare Source](https://togithub.com/actions/checkout/compare/v4.1.4...v4.1.5) #### What's Changed - Update NPM dependencies by [@​cory-miller](https://togithub.com/cory-miller) in [https://github.com/actions/checkout/pull/1703](https://togithub.com/actions/checkout/pull/1703) - Bump github/codeql-action from 2 to 3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/actions/checkout/pull/1694](https://togithub.com/actions/checkout/pull/1694) - Bump actions/setup-node from 1 to 4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/actions/checkout/pull/1696](https://togithub.com/actions/checkout/pull/1696) - Bump actions/upload-artifact from 2 to 4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/actions/checkout/pull/1695](https://togithub.com/actions/checkout/pull/1695) - README: Suggest `user.email` to be `41898282+github-actions[bot]@​users.noreply.github.com` by [@​cory-miller](https://togithub.com/cory-miller) in [https://github.com/actions/checkout/pull/1707](https://togithub.com/actions/checkout/pull/1707) **Full Changelog**: https://github.com/actions/checkout/compare/v4.1.4...v4.1.5
--- ### 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/Renovate-Global-Configuration). Co-authored-by: renovate[bot] <29139614+renovate[bot]@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 99b5afc..b89cf40 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@aa06a3d8a580efc719d66bafdcb5d2ca6613cdea + uses: Hapag-Lloyd/Repository-Templates/.github/workflows/default_linter_callable.yml@1ae9a1d69c582281b4312e7ca65632adb32ddee8 secrets: inherit lint-renovate-defaults: runs-on: ubuntu-latest steps: - - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 + - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 # 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 1062c11..3b790a1 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@aa06a3d8a580efc719d66bafdcb5d2ca6613cdea + uses: Hapag-Lloyd/Repository-Templates/.github/workflows/default_pull_request_callable.yml@1ae9a1d69c582281b4312e7ca65632adb32ddee8 secrets: inherit diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 278c143..3c14030 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@aa06a3d8a580efc719d66bafdcb5d2ca6613cdea + uses: Hapag-Lloyd/Repository-Templates/.github/workflows/default_release_callable.yml@1ae9a1d69c582281b4312e7ca65632adb32ddee8 secrets: inherit diff --git a/.github/workflows/release_dry_run.yml b/.github/workflows/release_dry_run.yml index a4e89d8..ad5c627 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@aa06a3d8a580efc719d66bafdcb5d2ca6613cdea + uses: Hapag-Lloyd/Repository-Templates/.github/workflows/default_release_dry_run_callable.yml@1ae9a1d69c582281b4312e7ca65632adb32ddee8 secrets: inherit diff --git a/.github/workflows/renovate_auto_approve.yml b/.github/workflows/renovate_auto_approve.yml index c5f1485..7d916d5 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@aa06a3d8a580efc719d66bafdcb5d2ca6613cdea + uses: Hapag-Lloyd/Repository-Templates/.github/workflows/default_renovate_auto_approve_callable.yml@1ae9a1d69c582281b4312e7ca65632adb32ddee8 secrets: inherit diff --git a/.github/workflows/slash_ops_command_help.yml b/.github/workflows/slash_ops_command_help.yml index 67cd44c..743dfb6 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@aa06a3d8a580efc719d66bafdcb5d2ca6613cdea + uses: Hapag-Lloyd/Repository-Templates/.github/workflows/default_slash_ops_command_help_callable.yml@1ae9a1d69c582281b4312e7ca65632adb32ddee8 secrets: inherit diff --git a/.github/workflows/slash_ops_comment_dispatch.yml b/.github/workflows/slash_ops_comment_dispatch.yml index 9759362..128949f 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@aa06a3d8a580efc719d66bafdcb5d2ca6613cdea + uses: Hapag-Lloyd/Repository-Templates/.github/workflows/default_slash_ops_comment_dispatch_callable.yml@1ae9a1d69c582281b4312e7ca65632adb32ddee8 secrets: inherit diff --git a/.github/workflows/spelling.yml b/.github/workflows/spelling.yml index 2f543a8..10ccfcf 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@aa06a3d8a580efc719d66bafdcb5d2ca6613cdea + uses: Hapag-Lloyd/Repository-Templates/.github/workflows/default_spelling_callable.yml@1ae9a1d69c582281b4312e7ca65632adb32ddee8 secrets: inherit diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 0acb96e..e619132 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@aa06a3d8a580efc719d66bafdcb5d2ca6613cdea + uses: Hapag-Lloyd/Repository-Templates/.github/workflows/default_stale_callable.yml@1ae9a1d69c582281b4312e7ca65632adb32ddee8 secrets: inherit diff --git a/.github/workflows/welcome_message.yml b/.github/workflows/welcome_message.yml index 8b2c00c..39cb38e 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@aa06a3d8a580efc719d66bafdcb5d2ca6613cdea + uses: Hapag-Lloyd/Repository-Templates/.github/workflows/default_welcome_message_callable.yml@1ae9a1d69c582281b4312e7ca65632adb32ddee8 secrets: inherit