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: