From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 May 2022 14:52:57 +0000 (+0300) Subject: Bump streetsidesoftware/cspell-action from 1 to 2 (#36473) X-Git-Tag: v5.2.0~84 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=83cb588f949e45f1e299c7757b4ca6ec7213dc22;p=thirdparty%2Fbootstrap.git Bump streetsidesoftware/cspell-action from 1 to 2 (#36473) Bumps [streetsidesoftware/cspell-action](https://github.com/streetsidesoftware/cspell-action) from 1 to 2. - [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/v1...v2) --- updated-dependencies: - dependency-name: streetsidesoftware/cspell-action 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> Co-authored-by: XhmikosR --- diff --git a/.github/workflows/cspell.yml b/.github/workflows/cspell.yml index 7fd988dbb2..3751ad3395 100644 --- a/.github/workflows/cspell.yml +++ b/.github/workflows/cspell.yml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v3 - name: Run cspell - uses: streetsidesoftware/cspell-action@v1 + uses: streetsidesoftware/cspell-action@v2 with: config: ".cspell.json" files: "**/*.md"