Skip to content

Commit 01e75ed

Browse files
chore(deps): update coverallsapp/github-action action to v2.3.1
1 parent c4a098e commit 01e75ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
spec: packages/${{ matrix.spec }}
5252
install: false
5353

54-
- uses: coverallsapp/[email protected].0
54+
- uses: coverallsapp/[email protected].1
5555
if: ${{ inputs.reportCoverage && (matrix.react == '19' && matrix.spec != 'charts' || matrix.react == '18' && matrix.spec == 'charts') }}
5656
with:
5757
file: temp/cypress-coverage/lcov.info
@@ -66,7 +66,7 @@ jobs:
6666
runs-on: ubuntu-latest
6767
steps:
6868
- name: Coveralls
69-
uses: coverallsapp/[email protected].0
69+
uses: coverallsapp/[email protected].1
7070
with:
7171
github-token: ${{ secrets.GITHUB_TOKEN }}
7272
parallel-finished: true

0 commit comments

Comments
 (0)