Skip to content

Commit

Permalink
chore(deps): Update peter-evans/slash-command-dispatch action to v4 (#…
Browse files Browse the repository at this point in the history
…433)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [peter-evans/slash-command-dispatch](https://github.com/peter-evans/slash-command-dispatch) | action | major | `v3` -> `v4` |

---

### Release Notes

<details>
<summary>peter-evans/slash-command-dispatch (peter-evans/slash-command-dispatch)</summary>

### [`v4`](https://github.com/peter-evans/slash-command-dispatch/compare/v3...v4)

[Compare Source](https://github.com/peter-evans/slash-command-dispatch/compare/v3...v4)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **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 [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNjMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE2My4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
  • Loading branch information
cq-bot authored Feb 1, 2024
1 parent f2084ad commit 883e4bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/manual_approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Trigger Bump Version Command
uses: peter-evans/slash-command-dispatch@v3
uses: peter-evans/slash-command-dispatch@v4
with:
token: ${{ secrets.GH_CQ_BOT }}
reaction-token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Trigger Docs Generation Command
uses: peter-evans/slash-command-dispatch@v3
uses: peter-evans/slash-command-dispatch@v4
with:
token: ${{ secrets.GH_CQ_BOT }}
reaction-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 883e4bf

Please sign in to comment.