Merge pull request #14658 from rabbitmq/dependabot/github_actions/main/peter-evans/repository-dispatch-4
Trigger a 4.2.x alpha release build / trigger_alpha_build (push) Waiting to run Details

Bump peter-evans/repository-dispatch from 3 to 4
This commit is contained in:
Michael Klishin 2025-10-01 16:02:36 -04:00 committed by GitHub
commit 2303570d90
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ jobs:
- name: Compute prerelease identifier from commit SHA
run: echo "PRERELEASE_IDENTIFIER=`echo ${{ github.sha }} | cut -c1-8`" >> $GITHUB_ENV
- name: Trigger a 4.0.x alpha build in ${{ env.DEV_WORKFLOW_REPOSITORY }}
uses: peter-evans/repository-dispatch@v3
uses: peter-evans/repository-dispatch@v4
with:
token: ${{ secrets.MK_RELEASE_AUTOMATION_TOKEN }}
repository: ${{ env.DEV_WORKFLOW_REPOSITORY }}

View File

@ -19,7 +19,7 @@ jobs:
- name: Compute prerelease identifier from commit SHA
run: echo "PRERELEASE_IDENTIFIER=`echo ${{ github.sha }} | cut -c1-8`" >> $GITHUB_ENV
- name: Trigger a 4.0.x alpha build in ${{ env.DEV_WORKFLOW_REPOSITORY }}
uses: peter-evans/repository-dispatch@v3
uses: peter-evans/repository-dispatch@v4
with:
token: ${{ secrets.MK_RELEASE_AUTOMATION_TOKEN }}
repository: ${{ env.DEV_WORKFLOW_REPOSITORY }}