Skip to content

Commit 5fa8e32

Browse files
chore(deps): update streetsidesoftware/cspell-action action to v8 (#14148)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [streetsidesoftware/cspell-action](https://redirect.github.com/streetsidesoftware/cspell-action) | action | major | `v7.2.1` -> `v8.0.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>streetsidesoftware/cspell-action (streetsidesoftware/cspell-action)</summary> ### [`v8.0.0`](https://redirect.github.com/streetsidesoftware/cspell-action/releases/tag/v8.0.0) [Compare Source](https://redirect.github.com/streetsidesoftware/cspell-action/compare/v7.2.1...v8.0.0) ##### ⚠ BREAKING CHANGES - Use node24 runner ([#&#8203;2494](https://redirect.github.com/streetsidesoftware/cspell-action/issues/2494)) ##### Features - Update CSpell version (9.3.0) ([#&#8203;2487](https://redirect.github.com/streetsidesoftware/cspell-action/issues/2487)) ([cfa07c9](https://redirect.github.com/streetsidesoftware/cspell-action/commit/cfa07c9545a31a50c965724d805fc557de84811f)) - Use node24 runner ([#&#8203;2494](https://redirect.github.com/streetsidesoftware/cspell-action/issues/2494)) ([10ce4d6](https://redirect.github.com/streetsidesoftware/cspell-action/commit/10ce4d6fd27fa311fa795ffc0ce4e26ed989693f)) ##### Updates and Bug Fixes - Update Dictionaries and Dependencies ([#&#8203;2477](https://redirect.github.com/streetsidesoftware/cspell-action/issues/2477)) ([fcec23c](https://redirect.github.com/streetsidesoftware/cspell-action/commit/fcec23c887e161bf9bcd18a3ec37432c56807e31)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5c13c75 commit 5fa8e32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/spell-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1717

1818
- name: Run cSpell
19-
uses: streetsidesoftware/cspell-action@76c6f6d52abd57f4bcab5f3fde1bbd4f19a99eb0 # v7.2.1
19+
uses: streetsidesoftware/cspell-action@3294df585d3d639e30f3bc019cb11940b9866e95 # v8.0.0
2020
with:
2121
incremental_files_only: false
2222
use_cspell_files: true

0 commit comments

Comments
 (0)