diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 87c41499..3ebcfcb6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: - name: test run: yarn test - name: lint - uses: reviewdog/action-eslint@v1.12.0 + uses: reviewdog/action-eslint@v1.12.1 with: github_token: ${{ secrets.github_token }} reporter: github-pr-review