Skip to content

Commit a0b8994

Browse files
chore(deps): update coverallsapp/github-action action to v2.2.3 (#5048)
[![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://togithub.com/coverallsapp/github-action) | action | patch | `v2.2.1` -> `v2.2.3` | --- ### Release Notes <details> <summary>coverallsapp/github-action (coverallsapp/github-action)</summary> ### [`v2.2.3`](https://togithub.com/coverallsapp/github-action/compare/v2.2.2...v2.2.3) [Compare Source](https://togithub.com/coverallsapp/github-action/compare/v2.2.2...v2.2.3) ### [`v2.2.2`](https://togithub.com/coverallsapp/github-action/compare/v2.2.1...v2.2.2) [Compare Source](https://togithub.com/coverallsapp/github-action/compare/v2.2.1...v2.2.2) </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://developer.mend.io/github/SAP/ui5-webcomponents-react). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi44My4wIiwidXBkYXRlZEluVmVyIjoiMzYuODMuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7d7dbae commit a0b8994

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

35-
- uses: coverallsapp/[email protected].1
35+
- uses: coverallsapp/[email protected].3
3636
if: ${{ inputs.reportCoverage }}
3737
with:
3838
file: temp/cypress-coverage/lcov.info
@@ -47,7 +47,7 @@ jobs:
4747
runs-on: ubuntu-latest
4848
steps:
4949
- name: Coveralls
50-
uses: coverallsapp/[email protected].1
50+
uses: coverallsapp/[email protected].3
5151
with:
5252
github-token: ${{ secrets.GITHUB_TOKEN }}
5353
parallel-finished: true

0 commit comments

Comments
 (0)