From 474d59493a4e849ce430e9b8922fd433421a2f97 Mon Sep 17 00:00:00 2001 From: Moshe Date: Fri, 5 Jun 2020 15:37:10 -0400 Subject: [PATCH] bump readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6365f47..21c81ab 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ jobs: steps: - uses: actions/checkout@v1 - name: Run Jest - uses: stefanoeb/jest-action@1.0.2 + uses: stefanoeb/jest-action@1.0.3 ``` You can also pass custom args to jest through the `with:` parameter: @@ -45,7 +45,7 @@ jobs: steps: - uses: actions/checkout@v1 - name: Run Jest - uses: stefanoeb/jest-action@1.0.2 + uses: stefanoeb/jest-action@1.0.3 with: jestArgs: path/to/my.test.js ```