diff --git a/.github/workflows/release-4.1.x-alphas.yaml b/.github/workflows/release-4.1.x-alphas.yaml index 0967e8bc4d..23cf2c0783 100644 --- a/.github/workflows/release-4.1.x-alphas.yaml +++ b/.github/workflows/release-4.1.x-alphas.yaml @@ -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 }} diff --git a/.github/workflows/release-4.2.x-alphas.yaml b/.github/workflows/release-4.2.x-alphas.yaml index 212cf2d41f..b6348558c9 100644 --- a/.github/workflows/release-4.2.x-alphas.yaml +++ b/.github/workflows/release-4.2.x-alphas.yaml @@ -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 }}