From 6d3d76f06f387ae2696276e44721b9683482ceb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 16:12:31 +0000 Subject: [PATCH] (maint): Bump reviewdog/action-misspell from 1.14.0 to 1.18.0 Bumps [reviewdog/action-misspell](https://github.com/reviewdog/action-misspell) from 1.14.0 to 1.18.0. - [Release notes](https://github.com/reviewdog/action-misspell/releases) - [Commits](https://github.com/reviewdog/action-misspell/compare/v1.14.0...v1.18.0) --- updated-dependencies: - dependency-name: reviewdog/action-misspell dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/full-linting.yml | 2 +- .github/workflows/linting.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/full-linting.yml b/.github/workflows/full-linting.yml index 997a561..679b486 100644 --- a/.github/workflows/full-linting.yml +++ b/.github/workflows/full-linting.yml @@ -10,7 +10,7 @@ jobs: - name: Setup ReviewDog uses: reviewdog/action-setup@v1.0.6 - name: Run misspell with reviewdog - uses: reviewdog/action-misspell@v1.14.0 + uses: reviewdog/action-misspell@v1.18.0 with: github_token: ${{ secrets.github_token }} reporter: 'github-check' diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index ac3b657..cf83692 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -24,7 +24,7 @@ jobs: - name: Setup ReviewDog uses: reviewdog/action-setup@v1.0.6 - name: Run misspell with reviewdog - uses: reviewdog/action-misspell@v1.14.0 + uses: reviewdog/action-misspell@v1.18.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} reporter: ${{ steps.reporter.outputs.value }}