Skip to content

Commit 88580f0

Browse files
chore(deps): update coverallsapp/github-action action to v2.3.3 (SAP#6504)
1 parent c1c0395 commit 88580f0

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].2
54+
- uses: coverallsapp/[email protected].3
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].2
69+
uses: coverallsapp/[email protected].3
7070
with:
7171
github-token: ${{ secrets.GITHUB_TOKEN }}
7272
parallel-finished: true

0 commit comments

Comments
 (0)