From e8e35de3905b1c0f53155bb514840eb97ce2c056 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 10:55:17 -0500 Subject: [PATCH] chore(deps): update coverallsapp/github-action action to v1.2.4 (#11323) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 4594517869..ea97d37b36 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -194,7 +194,7 @@ jobs: run: npm run coverage - name: Test coverage - uses: coverallsapp/github-action@1.1.3 + uses: coverallsapp/github-action@v1.2.4 if: matrix.coverage with: github-token: ${{ secrets.GITHUB_TOKEN }} @@ -208,7 +208,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Coveralls Finished - uses: coverallsapp/github-action@1.1.3 + uses: coverallsapp/github-action@v1.2.4 with: github-token: ${{ secrets.GITHUB_TOKEN }} parallel-finished: true