Skip to content

Commit 15979f4

Browse files
authored
Merge pull request #14688 from rabbitmq/dependabot/github_actions/v4.2.x/peter-evans/repository-dispatch-4
Bump peter-evans/repository-dispatch from 3 to 4
2 parents 76a7225 + 22ee28e commit 15979f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-4.1.x-alphas.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Compute prerelease identifier from commit SHA
1919
run: echo "PRERELEASE_IDENTIFIER=`echo ${{ github.sha }} | cut -c1-8`" >> $GITHUB_ENV
2020
- name: Trigger a 4.0.x alpha build in ${{ env.DEV_WORKFLOW_REPOSITORY }}
21-
uses: peter-evans/repository-dispatch@v3
21+
uses: peter-evans/repository-dispatch@v4
2222
with:
2323
token: ${{ secrets.MK_RELEASE_AUTOMATION_TOKEN }}
2424
repository: ${{ env.DEV_WORKFLOW_REPOSITORY }}

.github/workflows/release-4.2.x-alphas.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Compute prerelease identifier from commit SHA
2020
run: echo "PRERELEASE_IDENTIFIER=`echo ${{ github.sha }} | cut -c1-8`" >> $GITHUB_ENV
2121
- name: Trigger a 4.0.x alpha build in ${{ env.DEV_WORKFLOW_REPOSITORY }}
22-
uses: peter-evans/repository-dispatch@v3
22+
uses: peter-evans/repository-dispatch@v4
2323
with:
2424
token: ${{ secrets.MK_RELEASE_AUTOMATION_TOKEN }}
2525
repository: ${{ env.DEV_WORKFLOW_REPOSITORY }}

0 commit comments

Comments
 (0)