Skip to content

Commit

Permalink
chore(deps): update coverallsapp/github-action action to v2.3.0 (#86)
Browse files Browse the repository at this point in the history
[![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 | minor | `v2.2.3` -> `v2.3.0` |

---

### Release Notes

<details>
<summary>coverallsapp/github-action
(coverallsapp/github-action)</summary>

###
[`v2.3.0`](https://togithub.com/coverallsapp/github-action/releases/tag/v2.3.0)

[Compare
Source](https://togithub.com/coverallsapp/github-action/compare/v2.2.3...v2.3.0)

##### What's Changed

- Set default values as strings per GH Action requirements by
[@&#8203;littleforest](https://togithub.com/littleforest) in
[coverallsapp/github-action#204
- Allow pinning of coverage reporter version by
[@&#8203;littleforest](https://togithub.com/littleforest) in
[coverallsapp/github-action#208

##### New Contributors

- [@&#8203;littleforest](https://togithub.com/littleforest) made their
first contribution in
[coverallsapp/github-action#204

**Full Changelog**:
coverallsapp/github-action@v2.2.3...v2.3.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://developer.mend.io/github/SebastianGoeb/kindle-to-anki).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDAuMTAiLCJ1cGRhdGVkSW5WZXIiOiIzNy4zNDAuMTAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 8, 2024
1 parent 650b7aa commit 406de46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -41,5 +41,5 @@ jobs:

# coverage
- name: Upload coverage to Coveralls
uses: coverallsapp/github-action@v2.2.3
uses: coverallsapp/github-action@v2.3.0
if: always()
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Expand Up @@ -42,6 +42,6 @@ jobs:

# coverage
- name: Upload coverage to Coveralls
uses: coverallsapp/github-action@v2.2.3
uses: coverallsapp/github-action@v2.3.0
if: always()

0 comments on commit 406de46

Please sign in to comment.