diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 86b67401f..948b33a4c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -35,7 +35,7 @@ jobs: - name: Notify manageiq.github.io on Push if: "${{ github.event_name == 'push' && github.repository_owner == 'ManageIQ' }}" - uses: peter-evans/repository-dispatch@v3 + uses: peter-evans/repository-dispatch@v4 with: token: "${{ secrets.WEBSITE_DEPLOY_TOKEN }}" repository: ManageIQ/manageiq.github.io