From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 May 2025 18:39:39 +0000 (+0200) Subject: Build(deps): Bump streetsidesoftware/cspell-action from 6 to 7 (#41462) X-Git-Tag: v5.3.7~35 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a74579119a9c0e333237f87e77e2e020c1c2a0f3;p=thirdparty%2Fbootstrap.git Build(deps): Bump streetsidesoftware/cspell-action from 6 to 7 (#41462) Bumps [streetsidesoftware/cspell-action](https://github.com/streetsidesoftware/cspell-action) from 6 to 7. - [Release notes](https://github.com/streetsidesoftware/cspell-action/releases) - [Changelog](https://github.com/streetsidesoftware/cspell-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/streetsidesoftware/cspell-action/compare/v6...v7) --- updated-dependencies: - dependency-name: streetsidesoftware/cspell-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/.github/workflows/cspell.yml b/.github/workflows/cspell.yml index 8708673b13..44eb025fd8 100644 --- a/.github/workflows/cspell.yml +++ b/.github/workflows/cspell.yml @@ -28,7 +28,7 @@ jobs: persist-credentials: false - name: Run cspell - uses: streetsidesoftware/cspell-action@v6 + uses: streetsidesoftware/cspell-action@v7 with: config: ".cspell.json" files: "**/*.{md,mdx}"