From 76e61b8d3e07caa615abfdc6fdfa4d92f6abbf9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 13:10:29 +0000 Subject: [PATCH] build(deps): Bump sobolevn/misspell-fixer-action Bumps [sobolevn/misspell-fixer-action](https://github.com/sobolevn/misspell-fixer-action) from e5368f1b21585248afad4d32df9bc100451dbbff to 8842a5615f83fed75e8a87015e9300a54d049961. - [Release notes](https://github.com/sobolevn/misspell-fixer-action/releases) - [Commits](https://github.com/sobolevn/misspell-fixer-action/compare/e5368f1b21585248afad4d32df9bc100451dbbff...8842a5615f83fed75e8a87015e9300a54d049961) --- updated-dependencies: - dependency-name: sobolevn/misspell-fixer-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .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 8242e855af0..ffe01bf24f1 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@e5368f1b21585248afad4d32df9bc100451dbbff + - uses: sobolevn/misspell-fixer-action@8842a5615f83fed75e8a87015e9300a54d049961 - uses: peter-evans/create-pull-request@v5 with: token: ${{ secrets.GITHUB_TOKEN }}