diff --git a/.github/workflows/smoke-test.yml b/.github/workflows/smoke-test.yml index 18180f4a..0485c1c5 100644 --- a/.github/workflows/smoke-test.yml +++ b/.github/workflows/smoke-test.yml @@ -21,7 +21,7 @@ jobs: - run: npm link working-directory: ./dist - run: npm link eslint-plugin-testing-library - - uses: AriPerkkio/eslint-remote-tester-run-action@v2 + - uses: AriPerkkio/eslint-remote-tester-run-action@v3 with: issue-title: 'Results of weekly scheduled smoke test' eslint-remote-tester-config: tests/eslint-remote-tester.config.js