Skip to content

Commit a4a6c36

Browse files
Update peter-evans/repository-dispatch action to v4
1 parent b210ee6 commit a4a6c36

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
@@ -35,7 +35,7 @@ jobs:
3535
- name: Notify manageiq.github.io on Push
3636
if: "${{ github.event_name == 'push' && github.repository_owner == 'ManageIQ'
3737
}}"
38-
uses: peter-evans/repository-dispatch@v3
38+
uses: peter-evans/repository-dispatch@v4
3939
with:
4040
token: "${{ secrets.WEBSITE_DEPLOY_TOKEN }}"
4141
repository: ManageIQ/manageiq.github.io

0 commit comments

Comments
 (0)