Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4.1.5 (#84)
Browse files Browse the repository at this point in the history
[![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://github.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

<details>
<summary>actions/checkout (actions/checkout)</summary>

###
[`v4.1.5`](https://github.com/actions/checkout/releases/tag/v4.1.5)

[Compare
Source](https://github.com/actions/checkout/compare/v4.1.4...v4.1.5)

#### What's Changed

- Update NPM dependencies by
[@&#8203;cory-miller](https://github.com/cory-miller) in
[actions/checkout#1703
- Bump github/codeql-action from 2 to 3 by
[@&#8203;dependabot](https://github.com/dependabot) in
[actions/checkout#1694
- Bump actions/setup-node from 1 to 4 by
[@&#8203;dependabot](https://github.com/dependabot) in
[actions/checkout#1696
- Bump actions/upload-artifact from 2 to 4 by
[@&#8203;dependabot](https://github.com/dependabot) in
[actions/checkout#1695
- README: Suggest `user.email` to be
`41898282+github-actions[bot]@&#8203;users.noreply.github.com` by
[@&#8203;cory-miller](https://github.com/cory-miller) in
[actions/checkout#1707

**Full Changelog**:
actions/checkout@v4.1.4...v4.1.5

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMzEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM2My41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmN5Il19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 15, 2024
1 parent 5877a79 commit 1c47ca8
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/release_dry_run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/renovate_auto_approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/slash_ops_command_help.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/slash_ops_comment_dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/spelling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/welcome_message.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1c47ca8

Please sign in to comment.