From a889d4caff90faa7f8d22762971fcb3193ca2fbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 16:07:35 +0000 Subject: [PATCH] (maint): Bump reviewdog/action-setup from 1.0.6 to 1.3.0 Bumps [reviewdog/action-setup](https://github.com/reviewdog/action-setup) from 1.0.6 to 1.3.0. - [Release notes](https://github.com/reviewdog/action-setup/releases) - [Commits](https://github.com/reviewdog/action-setup/compare/v1.0.6...v1.3.0) --- updated-dependencies: - dependency-name: reviewdog/action-setup dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/full-linting.yml | 4 ++-- .github/workflows/linting.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/full-linting.yml b/.github/workflows/full-linting.yml index 997a561..b5b16ec 100644 --- a/.github/workflows/full-linting.yml +++ b/.github/workflows/full-linting.yml @@ -8,7 +8,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup ReviewDog - uses: reviewdog/action-setup@v1.0.6 + uses: reviewdog/action-setup@v1.3.0 - name: Run misspell with reviewdog uses: reviewdog/action-misspell@v1.14.0 with: @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup ReviewDog - uses: reviewdog/action-setup@v1.0.6 + uses: reviewdog/action-setup@v1.3.0 - name: Run LanguageTool with reviewdog uses: reviewdog/action-languagetool@v1.12.0 with: diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index ac3b657..0be197b 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -22,7 +22,7 @@ jobs: if_true: "github-pr-review" if_false: "github-check" - name: Setup ReviewDog - uses: reviewdog/action-setup@v1.0.6 + uses: reviewdog/action-setup@v1.3.0 - name: Run misspell with reviewdog uses: reviewdog/action-misspell@v1.14.0 with: @@ -44,7 +44,7 @@ jobs: if_true: "github-pr-review" if_false: "github-check" - name: Setup ReviewDog - uses: reviewdog/action-setup@v1.0.6 + uses: reviewdog/action-setup@v1.3.0 - name: Run LanguageTool with reviewdog uses: reviewdog/action-languagetool@v1.12.0 with: