From bdc7cc0afd3c974ec1746f21624797feacaf46da Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 15 Apr 2021 19:52:40 +0000 Subject: [PATCH] Update reviewdog/action-eslint action to v1.12.1 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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