diff --git a/.github/workflows/smoke-test.yaml b/.github/workflows/smoke-test.yaml index 640072a..591498e 100644 --- a/.github/workflows/smoke-test.yaml +++ b/.github/workflows/smoke-test.yaml @@ -22,7 +22,7 @@ jobs: - run: yalc publish --no-scripts - run: yalc add eslint-plugin-collation - - uses: AriPerkkio/eslint-remote-tester-run-action@v5 + - uses: AriPerkkio/eslint-remote-tester-run-action@v4 with: issue-title: "Results of scheduled smoke test" eslint-remote-tester-config: eslint-remote-tester.config.js diff --git a/package.json b/package.json index e76bb48..c5cc714 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "eslint-plugin-collation": "1.4.2", "eslint-plugin-import": "2.29.1", "eslint-plugin-typescript-sort-keys": "3.2.0", - "eslint-remote-tester": "4.0.0", + "eslint-remote-tester": "3.0.1", "eslint-remote-tester-repositories": "2.0.0", "husky": "7.0.4", "jest": "28.1.0",