File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments