diff --git a/.github/workflows/analyze.yml b/.github/workflows/analyze.yml
index 42aad836..19824355 100644
--- a/.github/workflows/analyze.yml
+++ b/.github/workflows/analyze.yml
@@ -61,7 +61,7 @@ jobs:
         with:
           node-version: 18
       - run: npm i -g npm@8 && npm i && npx genversion --es6 --semi src/lib/util/version.ts
-      - uses: EPMatt/reviewdog-action-tsc@v1.5.0
+      - uses: EPMatt/reviewdog-action-tsc@v1.6.0
         with:
           reporter: github-pr-review
   prettier: