Skip to content

Commit e43e782

Browse files
chore(deps): update suzuki-shunsuke/pinact-action action to v1.4.0 (#932)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [suzuki-shunsuke/pinact-action](https://redirect.github.com/suzuki-shunsuke/pinact-action) | action | minor | `v1.3.1` → `v1.4.0` | --- ### Release Notes <details> <summary>suzuki-shunsuke/pinact-action (suzuki-shunsuke/pinact-action)</summary> ### [`v1.4.0`](https://redirect.github.com/suzuki-shunsuke/pinact-action/releases/tag/v1.4.0) [Compare Source](https://redirect.github.com/suzuki-shunsuke/pinact-action/compare/v1.3.1...v1.4.0) [Issues](https://redirect.github.com/suzuki-shunsuke/pinact-action/issues?q=is%3Aissue+is%3Aclosed+milestone%3Av1.4.0) | [Pull Requests](https://redirect.github.com/suzuki-shunsuke/pinact-action/pulls?q=is%3Apr+is%3Aclosed+milestone%3Av1.4.0) | <suzuki-shunsuke/pinact-action@v1.3.1...v1.4.0> | [Base revision](https://redirect.github.com/suzuki-shunsuke/pinact-action/tree/455ac61a1fcbadc7e249767055253d030014cf46) #### Features Add the optional input `separator` to change separator between action version and comment e.g. ```yaml - uses: suzuki-shunsuke/pinact-action@1081f5a # v1.4.0 with: separator: " # " ``` </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-python). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Ny4wIiwidXBkYXRlZEluVmVyIjoiNDIuOTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmN5IHVwZ3JhZGUiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d29c95c commit e43e782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,6 @@ jobs:
7979
steps:
8080
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
8181
- name: Run pinact
82-
uses: suzuki-shunsuke/pinact-action@3d49c6412901042473ffa78becddab1aea46bbea # v1.3.1
82+
uses: suzuki-shunsuke/pinact-action@1081f5ad49ac904b7d977784f338145150a32112 # v1.4.0
8383
with:
8484
skip_push: "true"

0 commit comments

Comments
 (0)