From 5d073af81c6e825183972ffd4c2e261aac754857 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 07:13:30 +0000 Subject: [PATCH] chore(deps): update coverallsapp/github-action action to v2.3.4 --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e77ac416d12..69250c3f1ee 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -51,7 +51,7 @@ jobs: spec: packages/${{ matrix.spec }} install: false - - uses: coverallsapp/github-action@v2.3.3 + - uses: coverallsapp/github-action@v2.3.4 if: ${{ inputs.reportCoverage && (matrix.react == '19' && matrix.spec != 'charts' || matrix.react == '18' && matrix.spec == 'charts') }} with: file: temp/cypress-coverage/lcov.info @@ -66,7 +66,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Coveralls - uses: coverallsapp/github-action@v2.3.3 + uses: coverallsapp/github-action@v2.3.4 with: github-token: ${{ secrets.GITHUB_TOKEN }} parallel-finished: true