Skip to content

Commit e1397d3

Browse files
chore(deps): update coverallsapp/github-action action to v2.2.0
1 parent c780002 commit e1397d3

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
@@ -31,7 +31,7 @@ jobs:
3131
component: true
3232
spec: packages/${{ matrix.spec }}
3333

34-
- uses: coverallsapp/github-action@v2.1.2
34+
- uses: coverallsapp/github-action@v2.2.0
3535
if: ${{ inputs.reportCoverage }}
3636
with:
3737
file: temp/cypress-coverage/lcov.info
@@ -46,7 +46,7 @@ jobs:
4646
runs-on: ubuntu-latest
4747
steps:
4848
- name: Coveralls
49-
uses: coverallsapp/github-action@v2.1.2
49+
uses: coverallsapp/github-action@v2.2.0
5050
with:
5151
github-token: ${{ secrets.GITHUB_TOKEN }}
5252
parallel-finished: true

0 commit comments

Comments
 (0)