Skip to content

Commit a218034

Browse files
authored
Merge pull request #1223 from ManageIQ/renovate/peter-evans-repository-dispatch-4.x
Update peter-evans/repository-dispatch action to v4
2 parents 6c2f877 + 2ee319c commit a218034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
regex: 'Merge pull request #(\d+)'
3434
- name: Notify manageiq.github.io on Push
3535
if: ${{ github.event_name == 'push' && github.repository_owner == 'ManageIQ' }}
36-
uses: peter-evans/repository-dispatch@v3
36+
uses: peter-evans/repository-dispatch@v4
3737
with:
3838
token: ${{ secrets.WEBSITE_DEPLOY_TOKEN }}
3939
repository: ManageIQ/manageiq.github.io

0 commit comments

Comments
 (0)