Skip to content

Commit

Permalink
chore(deps): update github actions (#79)
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 |
|---|---|---|---|
| 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

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

###
[`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 [@&#8203;jww3](https://togithub.com/jww3) in
[actions/checkout#1692
- Add dependabot config by
[@&#8203;cory-miller](https://togithub.com/cory-miller) in
[actions/checkout#1688
- Bump the minor-actions-dependencies group with 2 updates by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/checkout#1693
- Bump word-wrap from 1.2.3 to 1.2.5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[actions/checkout#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
[@&#8203;jww3](https://togithub.com/jww3) in
[actions/checkout#1650
- Check git version before attempting to disable `sparse-checkout` by
[@&#8203;jww3](https://togithub.com/jww3) in
[actions/checkout#1656
- Add SSH user parameter by
[@&#8203;cory-miller](https://togithub.com/cory-miller) in
[actions/checkout#1685

**Full Changelog**:
actions/checkout@v4.1.2...v4.1.3

</details>

---

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

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjMyMS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Pascal Frenz <5677521+PascalFrenz@users.noreply.github.com>
  • Loading branch information
renovate[bot] and PascalFrenz committed May 4, 2024
1 parent 733e4a8 commit 0437f3f
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
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
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@e87de55f19cc1e069426c42120094e7e2446dad4
uses: Hapag-Lloyd/Repository-Templates/.github/workflows/default_pull_request_callable.yml@aa06a3d8a580efc719d66bafdcb5d2ca6613cdea
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/release_dry_run.yml
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@e87de55f19cc1e069426c42120094e7e2446dad4
uses: Hapag-Lloyd/Repository-Templates/.github/workflows/default_release_dry_run_callable.yml@aa06a3d8a580efc719d66bafdcb5d2ca6613cdea
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/renovate_auto_approve.yml
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@e87de55f19cc1e069426c42120094e7e2446dad4
uses: Hapag-Lloyd/Repository-Templates/.github/workflows/default_renovate_auto_approve_callable.yml@aa06a3d8a580efc719d66bafdcb5d2ca6613cdea
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/slash_ops_command_help.yml
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@e87de55f19cc1e069426c42120094e7e2446dad4
uses: Hapag-Lloyd/Repository-Templates/.github/workflows/default_slash_ops_command_help_callable.yml@aa06a3d8a580efc719d66bafdcb5d2ca6613cdea
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/slash_ops_comment_dispatch.yml
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@e87de55f19cc1e069426c42120094e7e2446dad4
uses: Hapag-Lloyd/Repository-Templates/.github/workflows/default_slash_ops_comment_dispatch_callable.yml@aa06a3d8a580efc719d66bafdcb5d2ca6613cdea
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/spelling.yml
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/welcome_message.yml
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@e87de55f19cc1e069426c42120094e7e2446dad4
uses: Hapag-Lloyd/Repository-Templates/.github/workflows/default_welcome_message_callable.yml@aa06a3d8a580efc719d66bafdcb5d2ca6613cdea
secrets: inherit

0 comments on commit 0437f3f

Please sign in to comment.