Skip to content

Commit c95b0e8

Browse files
chore(deps): update coverallsapp/github-action action to v2.1.0 (#4470)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [coverallsapp/github-action](https://github.com/coverallsapp/github-action) | action | minor | `v2.0.0` -> `v2.1.0` | --- ### Release Notes <details> <summary>coverallsapp/github-action</summary> ### [`v2.1.0`](https://github.com/coverallsapp/github-action/compare/v2.0.0...v2.1.0) [Compare Source](https://github.com/coverallsapp/github-action/compare/v2.0.0...v2.1.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/SAP/ui5-webcomponents-react). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS40MC4wIiwidXBkYXRlZEluVmVyIjoiMzUuNDAuMCJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9ca9b6b commit c95b0e8

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.0.0
34+
- uses: coverallsapp/github-action@v2.1.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.0.0
49+
uses: coverallsapp/github-action@v2.1.0
5050
with:
5151
github-token: ${{ secrets.GITHUB_TOKEN }}
5252
parallel-finished: true

0 commit comments

Comments
 (0)