From 99c230372a1dfe07323efe491645ef2bd0ffee6b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 6 Jul 2021 19:59:41 +0000 Subject: [PATCH] chore(deps): update coverallsapp/github-action action to v1.1.3 --- .github/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 13cc91a82a..90683cf490 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -186,7 +186,7 @@ jobs: run: npm run coverage - name: Test coverage - uses: coverallsapp/github-action@v1.1.2 + uses: coverallsapp/github-action@1.1.3 if: matrix.coverage with: github-token: ${{ secrets.GITHUB_TOKEN }} @@ -198,7 +198,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Coveralls Finished - uses: coverallsapp/github-action@v1.1.2 + uses: coverallsapp/github-action@1.1.3 with: github-token: ${{ secrets.GITHUB_TOKEN }} parallel-finished: true