Skip to content

Commit ff2c5e7

Browse files
chore(deps): update suzuki-shunsuke/pinact-action action to v1.1.0 (#776)
This PR contains the following updates: | Package | Type | Update | Change | Pending | |---|---|---|---|---| | [suzuki-shunsuke/pinact-action](https://redirect.github.com/suzuki-shunsuke/pinact-action) | action | minor | `v1.0.1` → `v1.1.0` | `v1.3.1` (+2) | --- ### Release Notes <details> <summary>suzuki-shunsuke/pinact-action (suzuki-shunsuke/pinact-action)</summary> ### [`v1.1.0`](https://redirect.github.com/suzuki-shunsuke/pinact-action/releases/tag/v1.1.0) [Compare Source](https://redirect.github.com/suzuki-shunsuke/pinact-action/compare/v1.0.1...v1.1.0) [Issues](https://redirect.github.com/suzuki-shunsuke/pinact-action/issues?q=is%3Aissue+is%3Aclosed+milestone%3Av1.1.0) | [Pull Requests](https://redirect.github.com/suzuki-shunsuke/pinact-action/pulls?q=is%3Apr+is%3Aclosed+milestone%3Av1.1.0) | <suzuki-shunsuke/pinact-action@v1.0.1...v1.1.0> | [Base revision](https://redirect.github.com/suzuki-shunsuke/pinact-action/tree/e1f36cb5308c3858c4abaf58c102465ab2086006) #### Features [#&#8203;838](https://redirect.github.com/suzuki-shunsuke/pinact-action/issues/838) [#&#8203;844](https://redirect.github.com/suzuki-shunsuke/pinact-action/issues/844) Rewrite Composite Action as JavaScript Action The Composite Action has been rewritten as a JavaScript Action. Using TypeScript allows for more flexible implementation and makes it possible to support new pinact options: - update - verify - review - min-age - include - exclude In addition, the Action no longer depends on other actions, which improves performance. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/line/line-bot-sdk-php). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4xIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmN5IHVwZ3JhZGUiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent acce253 commit ff2c5e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,6 @@ jobs:
107107
steps:
108108
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
109109
- name: Run pinact
110-
uses: suzuki-shunsuke/pinact-action@e47c7dc7bae66b2adacb22482bde656164874c67 # v1.0.1
110+
uses: suzuki-shunsuke/pinact-action@bd070edaef6bf653de2b9ef59fe6bde498152c17 # v1.1.0
111111
with:
112112
skip_push: "true"

0 commit comments

Comments
 (0)