From 883e4bf2b7b7ae168b158a72765c33e27fe75a5b Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Thu, 1 Feb 2024 17:00:06 +0200 Subject: [PATCH] chore(deps): Update peter-evans/slash-command-dispatch action to v4 (#433) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [peter-evans/slash-command-dispatch](https://togithub.com/peter-evans/slash-command-dispatch) | action | major | `v3` -> `v4` | --- ### Release Notes
peter-evans/slash-command-dispatch (peter-evans/slash-command-dispatch) ### [`v4`](https://togithub.com/peter-evans/slash-command-dispatch/compare/v3...v4) [Compare Source](https://togithub.com/peter-evans/slash-command-dispatch/compare/v3...v4)
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- .github/workflows/manual_approve.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/manual_approve.yml b/.github/workflows/manual_approve.yml index 3dcec488..7652b7f7 100644 --- a/.github/workflows/manual_approve.yml +++ b/.github/workflows/manual_approve.yml @@ -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 }} @@ -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 }}