From c3ba0d03a99965471cd2a3c0ff0bd16875eeca78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 17:28:28 +0100 Subject: [PATCH] build(deps): Bump sobolevn/misspell-fixer-action (#5835) Bumps [sobolevn/misspell-fixer-action](https://github.com/sobolevn/misspell-fixer-action) from 8842a5615f83fed75e8a87015e9300a54d049961 to 26173e641ba08255d0c9826b8a873f8b96f76932. - [Release notes](https://github.com/sobolevn/misspell-fixer-action/releases) - [Commits](https://github.com/sobolevn/misspell-fixer-action/compare/8842a5615f83fed75e8a87015e9300a54d049961...26173e641ba08255d0c9826b8a873f8b96f76932) --- updated-dependencies: - dependency-name: sobolevn/misspell-fixer-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/spell-checker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/spell-checker.yml b/.github/workflows/spell-checker.yml index 112b5ec3bb6..e5004288dad 100644 --- a/.github/workflows/spell-checker.yml +++ b/.github/workflows/spell-checker.yml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: sobolevn/misspell-fixer-action@8842a5615f83fed75e8a87015e9300a54d049961 + - uses: sobolevn/misspell-fixer-action@26173e641ba08255d0c9826b8a873f8b96f76932 - uses: peter-evans/create-pull-request@v6 with: token: ${{ secrets.GITHUB_TOKEN }}