From 33809da0af2320c6948bf48f7262b2645e3a8d70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ari=20Perkki=C3=B6?= Date: Sun, 28 Aug 2022 06:01:33 +0000 Subject: [PATCH] [Dev-Deps]: update eslint-remote-tester-run-action --- .github/workflows/smoke-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/smoke-test.yml b/.github/workflows/smoke-test.yml index 01e3740764..4ea0aecfbc 100644 --- a/.github/workflows/smoke-test.yml +++ b/.github/workflows/smoke-test.yml @@ -19,7 +19,7 @@ jobs: - run: | npm link npm link eslint-plugin-react - - 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: test/eslint-remote-tester.config.js