From 8ba72a8075437cdffefe801496a4df33649a7739 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 18:13:28 +0000 Subject: [PATCH] chore(deps): update coverallsapp/github-action action to v2.3.2 --- .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 ae3f35b8472..bff64e2163c 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.1 + - uses: coverallsapp/github-action@v2.3.2 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.1 + uses: coverallsapp/github-action@v2.3.2 with: github-token: ${{ secrets.GITHUB_TOKEN }} parallel-finished: true