From 5127e76a3b8642e307edfc00540b37ef25e3c59d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 12:46:01 +0000 Subject: [PATCH] chore(deps): update streetsidesoftware/cspell-action action to v6.3.0 (#7) 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.2.0` -> `v6.3.0` | --- ### Release Notes
streetsidesoftware/cspell-action (streetsidesoftware/cspell-action) ### [`v6.3.0`](https://togithub.com/streetsidesoftware/cspell-action/releases/tag/v6.3.0) [Compare Source](https://togithub.com/streetsidesoftware/cspell-action/compare/v6.2.0...v6.3.0) ##### Features - Update CSpell version (8.8.0) ([#​1704](https://togithub.com/streetsidesoftware/cspell-action/issues/1704)) ([d598785](https://togithub.com/streetsidesoftware/cspell-action/commit/d598785edd589843609e763aedc9d2d4674c3466)) ##### Updates and Bug Fixes - Update CSpell version (8.8.1) ([#​1715](https://togithub.com/streetsidesoftware/cspell-action/issues/1715)) ([efd1f06](https://togithub.com/streetsidesoftware/cspell-action/commit/efd1f061b5b1392753804e45c23c67aace333d11)) - Update Dictionaries and Dependencies ([#​1675](https://togithub.com/streetsidesoftware/cspell-action/issues/1675)) ([2e40991](https://togithub.com/streetsidesoftware/cspell-action/commit/2e409914978e53b3f38bee97ddca0d703d4ae099)) - Update Dictionaries and Dependencies ([#​1680](https://togithub.com/streetsidesoftware/cspell-action/issues/1680)) ([687fe47](https://togithub.com/streetsidesoftware/cspell-action/commit/687fe47bd88e5f5f19fea596361febca44a91f11)) - Update Dictionaries and Dependencies ([#​1681](https://togithub.com/streetsidesoftware/cspell-action/issues/1681)) ([348d29e](https://togithub.com/streetsidesoftware/cspell-action/commit/348d29eb0460f57b6cd987e2ddf9572de8b03ba2)) - Update Dictionaries and Dependencies ([#​1694](https://togithub.com/streetsidesoftware/cspell-action/issues/1694)) ([348299a](https://togithub.com/streetsidesoftware/cspell-action/commit/348299abc475d82d55964b75786a9fedbaab7598)) - Workflow Bot -- Update ALL Dependencies (main) ([#​1682](https://togithub.com/streetsidesoftware/cspell-action/issues/1682)) ([00c3a7c](https://togithub.com/streetsidesoftware/cspell-action/commit/00c3a7c051fb98f86909d251393eea35c966876b))
--- ### 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/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 a0917f3..0087ccd 100644 --- a/.github/workflows/default_spelling_callable.yml +++ b/.github/workflows/default_spelling_callable.yml @@ -16,6 +16,6 @@ jobs: steps: - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 - - uses: streetsidesoftware/cspell-action@807d7d92b7057593a2de102168506f298405339d # v6.2.0 + - uses: streetsidesoftware/cspell-action@104110db58e8c9a11c1c6be025e2082f4dded3bb # v6.3.0 with: config: .config/cspell.json