From e70985661a135fa31c486b52561b96ce98d74c6f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 11:40:07 +0200 Subject: [PATCH] ci(deps): update streetsidesoftware/cspell-action action to v6.7.0 (#70) 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 | |---|---|---|---| | [streetsidesoftware/cspell-action](https://togithub.com/streetsidesoftware/cspell-action) | action | minor | `v6.6.0` -> `v6.7.0` | --- ### Release Notes
streetsidesoftware/cspell-action (streetsidesoftware/cspell-action) ### [`v6.7.0`](https://togithub.com/streetsidesoftware/cspell-action/releases/tag/v6.7.0) [Compare Source](https://togithub.com/streetsidesoftware/cspell-action/compare/v6.6.0...v6.7.0) ##### Features - Update CSpell version (8.11.0) ([#​1857](https://togithub.com/streetsidesoftware/cspell-action/issues/1857)) ([ac7d231](https://togithub.com/streetsidesoftware/cspell-action/commit/ac7d2316774074546304dd93a14f0931c1d50e93)) - Update CSpell version (8.12.1) ([#​1863](https://togithub.com/streetsidesoftware/cspell-action/issues/1863)) ([8b71108](https://togithub.com/streetsidesoftware/cspell-action/commit/8b711081f3648da18832a6222fb4d9987ab0b3a8)) ##### Updates and Bug Fixes - Update Dictionaries and Dependencies ([#​1839](https://togithub.com/streetsidesoftware/cspell-action/issues/1839)) ([9edf12d](https://togithub.com/streetsidesoftware/cspell-action/commit/9edf12d48cdd683028078df0f34395ccba4b9ecb)) - Update Dictionaries and Dependencies ([#​1850](https://togithub.com/streetsidesoftware/cspell-action/issues/1850)) ([3f679e4](https://togithub.com/streetsidesoftware/cspell-action/commit/3f679e4cda1f3db1cf01c1b6ca2bec9cf64e0569)) - Update Dictionaries and Dependencies ([#​1858](https://togithub.com/streetsidesoftware/cspell-action/issues/1858)) ([16fe768](https://togithub.com/streetsidesoftware/cspell-action/commit/16fe7681c5a7ee8ec70c473d5c71b43821b6ba5a))
--- ### 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 was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/Hapag-Lloyd/Workflow-Templates). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/default_spelling_callable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/default_spelling_callable.yml b/.github/workflows/default_spelling_callable.yml index f5ad376..135fb8d 100644 --- a/.github/workflows/default_spelling_callable.yml +++ b/.github/workflows/default_spelling_callable.yml @@ -16,6 +16,6 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - - uses: streetsidesoftware/cspell-action@245201e3f58019204d99920deeb78aade6724230 # v6.6.0 + - uses: streetsidesoftware/cspell-action@09c93825106ce5ca39a618d67b137cd61fddfd65 # v6.7.0 with: config: .config/cspell.json