Skip to content

Commit

Permalink
chore(deps): update actions/labeler action to v4.0.3 (#645)
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 |
|---|---|---|---|
| [actions/labeler](https://togithub.com/actions/labeler) | action |
patch | `v4.0.2` -> `v4.0.3` |

---

### Release Notes

<details>
<summary>actions/labeler</summary>

### [`v4.0.3`](https://togithub.com/actions/labeler/releases/tag/v4.0.3)

[Compare
Source](https://togithub.com/actions/labeler/compare/v4.0.2...v4.0.3)

#### What's Changed

- Make the `repo-token` input optional. Default is `github.token`
([#&#8203;227](https://togithub.com/actions/labeler/issues/227))
- Bump typescript to 4.9.5
([#&#8203;496](https://togithub.com/actions/labeler/issues/496))
- Bump prettier to 2.8.4
([#&#8203;498](https://togithub.com/actions/labeler/issues/498))
- Bump [@&#8203;vercel/ncc](https://togithub.com/vercel/ncc) to 0.36.1
([#&#8203;493](https://togithub.com/actions/labeler/issues/493))
- Bump [@&#8203;actions/github](https://togithub.com/actions/github),
minimatch and
[@&#8203;types/minimatch](https://togithub.com/types/minimatch)
([#&#8203;477](https://togithub.com/actions/labeler/issues/477))
- Update documentation
([#&#8203;278](https://togithub.com/actions/labeler/issues/278),
[#&#8203;285](https://togithub.com/actions/labeler/issues/285),
[#&#8203;476](https://togithub.com/actions/labeler/issues/476) and
[#&#8203;495](https://togithub.com/actions/labeler/issues/495))

</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/peaceiris/hugo-theme-iris).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 7, 2023
1 parent dc5cb55 commit 6ef2929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
pull-requests: write
steps:
# https://github.com/actions/labeler
- uses: actions/[email protected].2
- uses: actions/[email protected].3
with:
repo-token: ${{ github.token }}

0 comments on commit 6ef2929

Please sign in to comment.